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

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

Direct Known Subclasses:
ElementInvoker, PlaceholderInvoker

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

Invokers that draw contribution includes if not already drawn


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

 

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

ContributableInvoker

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

Method Detail

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

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.