Skip navigation links

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

E17273-02


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

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


public class PageInvoker
extends RequestInvoker<PageRequest>

Field Summary

 

Fields inherited from class oracle.stellent.wcm.client.invokers.RequestInvoker
m_log

 

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 finishRequest()
          Cleanup after a request invocation
protected  void handleResponse()
          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.RequestInvoker
getClientApplication, getRequestContext, getResponseHandler, getSiteContext, getSiteRequest, getSiteResponse, getType, invokeRequest, isPropagateResponseErrors, setPropagateResponseErrors, setResponseHandler

 

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 RequestInvoker<PageRequest>
Returns:
the site request

handleResponse

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

applyCacheControl

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

finishRequest

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

Skip navigation links

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

E17273-02


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