Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.client.invokers.impl
Class PlaceholderInvoker

java.lang.Object
  extended by oracle.stellent.wcm.client.invokers.SiteRequestInvoker<T>
      extended by oracle.stellent.wcm.client.invokers.impl.ContributableInvoker<PlaceholderRequest>
          extended by oracle.stellent.wcm.client.invokers.impl.PlaceholderInvoker


public class PlaceholderInvoker
extends ContributableInvoker<PlaceholderRequest>

Constructor Summary
PlaceholderInvoker(RequestContext requestContext, ClientApplication clientApplication)
           

 

Method Summary
protected  PlaceholderRequest createSiteRequest()
          Create a new site request object
protected  void finishSiteRequest()
          Cleanup after a request invocation
protected  void handleSiteResponse()
          Handle the response of the site request; by default uses a ResponseHandler to draw the output

 

Methods inherited from class oracle.stellent.wcm.client.invokers.SiteRequestInvoker
getClientApplication, getRequestContext, getSiteContext, getSiteRequest, getSiteResponse, getSiteResponseHandler, invokeSiteRequest, setPropagateResponseErrors, setSiteResponseHandler

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PlaceholderInvoker

public PlaceholderInvoker(RequestContext requestContext,
                          ClientApplication clientApplication)
                   throws ApplicationException
Throws:
ApplicationException

Method Detail

createSiteRequest

protected PlaceholderRequest createSiteRequest()
Create a new site request object
Overrides:
createSiteRequest in class SiteRequestInvoker<PlaceholderRequest>
Returns:
the site request

handleSiteResponse

protected void handleSiteResponse()
                           throws ApplicationException,
                                  java.io.IOException
Handle the response of the site request; by default uses a ResponseHandler to draw the output
Overrides:
handleSiteResponse in class ContributableInvoker<PlaceholderRequest>
Throws:
ApplicationException
java.io.IOException

finishSiteRequest

protected void finishSiteRequest()
Cleanup after a request invocation
Overrides:
finishSiteRequest in class SiteRequestInvoker<PlaceholderRequest>

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.