| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.stellent.wcm.client.invokers.SiteResponseHandler
oracle.stellent.wcm.client.invokers.SiteResponseHandler
public class SiteResponseHandler
Handle the response from the invoker.
| Field Summary | |
|---|---|
| static java.lang.String | WCM_ERRORvariable that holds the wcm error | 
| Constructor Summary | |
|---|---|
| SiteResponseHandler(SiteRequestInvoker invoker, ClientApplication clientApplication) | |
| Method Summary | |
|---|---|
| protected  SiteResponse | createErrorResponse(SiteResponse siteResponse)Create the site response object for an error view | 
| protected  void | evaluateScript(SiteResponse siteResponse)Evaluate the script associated with this site response | 
| protected  SiteRequestInvoker | getSiteRequestInvoker() | 
|  void | handleSiteResponse()Handle the response of the site request; by default uses a ResponseHandler to draw the output | 
| protected  void | handleSiteResponse(SiteResponse siteResponse)Handle the response of the site request; by default uses a ResponseHandler to draw the output | 
|  void | setForward(boolean forward) | 
|  void | setPropogateErrors(boolean propogateErrors) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String WCM_ERROR
| Constructor Detail | 
|---|
public SiteResponseHandler(SiteRequestInvoker invoker,
                           ClientApplication clientApplication)
| Method Detail | 
|---|
public void setForward(boolean forward)
public void setPropogateErrors(boolean propogateErrors)
protected SiteRequestInvoker getSiteRequestInvoker()
public void handleSiteResponse()
                        throws ApplicationException,
                               java.io.IOException
ScriptExceptionjava.io.IOExceptionApplicationException
protected void handleSiteResponse(SiteResponse siteResponse)
                           throws ApplicationException,
                                  java.io.IOException
siteResponse - the site responseScriptExceptionjava.io.IOExceptionApplicationExceptionprotected SiteResponse createErrorResponse(SiteResponse siteResponse)
siteResponse - the site response
protected void evaluateScript(SiteResponse siteResponse)
                       throws java.io.IOException,
                              ApplicationException
siteResponse - the site responsejava.io.IOExceptionApplicationException| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||