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 ContributableInvoker<T extends SiteRequest>

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

Direct Known Subclasses:
PlaceholderInvoker

public abstract class ContributableInvoker<T extends SiteRequest>
extends RequestInvoker<T>

Invokers that draw contribution includes if not already drawn


Field Summary

 

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

 

Constructor Summary
ContributableInvoker(RequestContext requestContext, ClientApplication clientApplication, java.lang.Class<T> type)
           

 

Method Summary
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
createSiteRequest, finishRequest, 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

ContributableInvoker

public ContributableInvoker(RequestContext requestContext,
                            ClientApplication clientApplication,
                            java.lang.Class<T> type)
                     throws ApplicationException
Throws:
ApplicationException

Method Detail

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<T extends SiteRequest>
Throws:
ApplicationException
java.io.IOException

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.