Skip navigation links

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

E17273-01


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

java.lang.Object
  extended by oracle.stellent.wcm.client.invokers.RequestInvoker<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>

Field Summary

 

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

 

Constructor Summary
PlaceholderInvoker(RequestContext requestContext, ClientApplication clientApplication)
           

 

Method Summary
protected  PlaceholderRequest createSiteRequest()
          Create a new site request object
protected  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

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 RequestInvoker<PlaceholderRequest>
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 ContributableInvoker<PlaceholderRequest>
Throws:
ApplicationException
java.io.IOException

finishRequest

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

Skip navigation links

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

E17273-01


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