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 PageInvoker

java.lang.Object
  extended by oracle.stellent.wcm.client.invokers.SiteRequestInvoker<PageRequest>
      extended by oracle.stellent.wcm.client.invokers.impl.PageInvoker


public class PageInvoker
extends SiteRequestInvoker<PageRequest>

Constructor Summary
PageInvoker(RequestContext requestContext, ClientApplication clientApplication)
           

 

Method Summary
protected  void applyCacheControl()
          Apply the cache controls to the response object
protected  PageRequest createSiteRequest()
          Create a new site request object
 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

PageInvoker

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

Method Detail

createSiteRequest

protected PageRequest createSiteRequest()
Create a new site request object
Overrides:
createSiteRequest in class SiteRequestInvoker<PageRequest>
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 SiteRequestInvoker<PageRequest>
Throws:
ApplicationException
java.io.IOException

applyCacheControl

protected void applyCacheControl()
Apply the cache controls to the response object

finishSiteRequest

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

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.