Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.server.request.SiteResponse

Packages that use SiteResponse
oracle.stellent.wcm.client.generator.util   
oracle.stellent.wcm.client.invokers   
oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl   
oracle.stellent.wcm.server.request   
oracle.stellent.wcm.server.request.filters   
oracle.stellent.wcm.server.request.impl   
oracle.stellent.wcm.server.request.logic.contributor   
oracle.stellent.wcm.server.request.logic.dataFile   
oracle.stellent.wcm.server.request.logic.dynamicList   
oracle.stellent.wcm.server.request.logic.idcService   
oracle.stellent.wcm.server.request.logic.metadata   
oracle.stellent.wcm.server.request.logic.page   
oracle.stellent.wcm.server.request.logic.placeholder   
oracle.stellent.wcm.server.request.logic.proxy   
oracle.stellent.wcm.server.request.logic.url   

 

Uses of SiteResponse in oracle.stellent.wcm.client.generator.util

 

Methods in oracle.stellent.wcm.client.generator.util with parameters of type SiteResponse
 void UrlListener.postExecuteRequest(SiteRequest request, SiteResponse response)
          Called after the command is executed

 

Uses of SiteResponse in oracle.stellent.wcm.client.invokers

 

Methods in oracle.stellent.wcm.client.invokers that return SiteResponse
protected  SiteResponse ResponseHandler.createErrorResponse(SiteResponse siteResponse)
          Create the site response object for an error view
 SiteResponse ResponseHandler.getSiteResponse()
           
 SiteResponse RequestInvoker.getSiteResponse()
           

 

Methods in oracle.stellent.wcm.client.invokers with parameters of type SiteResponse
protected  SiteResponse ResponseHandler.createErrorResponse(SiteResponse siteResponse)
          Create the site response object for an error view
protected  void ResponseHandler.evaluateScript(SiteResponse siteResponse)
          Evaluate the script associated with this site response
protected  void ResponseHandler.handleRedirect(SiteResponse siteResponse)
          Handle a redirect from the SiteResponse
protected  void ResponseHandler.handleResponse(SiteResponse siteResponse)
          Handle the response of the site request; by default uses a ResponseHandler to draw the output

 

Uses of SiteResponse in oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl with parameters of type SiteResponse
protected  ProxyResponse IdcProxyService.createProxyResponse(ServletRequestContext requestContext, SiteRequest siteRequest, SiteResponse siteResponse)
          Handle the site response into a valid Http servlet response

 

Uses of SiteResponse in oracle.stellent.wcm.server.request

 

Methods in oracle.stellent.wcm.server.request that return SiteResponse
<T extends SiteRequest>
SiteResponse
RequestProcessor.executeRequest(T request)
          Execute a command against this wcm server
 SiteResponse RequestHandler.handleRequest(T request)
          Invoke the WCM request to generate a corresponding WCM response
 SiteResponse RequestFilterChain.processChain(SiteRequest request)
          Process the request chain
 SiteResponse RequestFilter.processFilter(SiteRequest request, RequestFilterChain filterChain)
          Process the filter for this command

 

Methods in oracle.stellent.wcm.server.request with parameters of type SiteResponse
 void RequestListener.postExecuteRequest(SiteRequest request, SiteResponse response)
          Called after the command is executed

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.filters

 

Methods in oracle.stellent.wcm.server.request.filters that return SiteResponse
 SiteResponse SiteContextValidationFilter.processFilter(SiteRequest request, RequestFilterChain filterChain)
          Process the filter for this command

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.impl

 

Methods in oracle.stellent.wcm.server.request.impl that return SiteResponse
protected
<T extends SiteRequest>
SiteResponse
RequestProcessorImpl._executeRequest(T command, RequestHandler<? super T> handler)
          Execute a command against this wcm server
<T extends SiteRequest>
SiteResponse
RequestProcessorImpl.executeRequest(T request)
          Execute a command against this wcm server
protected abstract  SiteResponse RequestLogicHandlerSupport.handleLogicCommand(T siteCommand)
          Handle this command
protected  SiteResponse RequestLogicHandlerSupport.handleLogicError(T siteCommand, RequestException exp)
          Handle an error occurring while processing the command
 SiteResponse RequestLogicHandlerSupport.handleRequest(T command)
          Invoke the WCM command to generate a corresponding WCM response

 

Methods in oracle.stellent.wcm.server.request.impl with parameters of type SiteResponse
protected  void RequestProcessorImpl.postExecuteRequest(SiteRequest request, SiteResponse response)
          Invoke the command listeners after the execution

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.contributor

 

Methods in oracle.stellent.wcm.server.request.logic.contributor that return SiteResponse
protected  SiteResponse ContributorJSHandler.handleLogicCommand(ContributorJSRequest request)
          Handle this command
protected  SiteResponse ContributorJSHandler.handleLogicError(ContributorJSRequest siteCommand, RequestException exp)
          Handle an error occurring while processing the command

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.dataFile

 

Methods in oracle.stellent.wcm.server.request.logic.dataFile that return SiteResponse
protected  SiteResponse DataFileHandler.handleLogicCommand(DataFileRequest siteRequest)
          Handle this command

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.dynamicList

 

Methods in oracle.stellent.wcm.server.request.logic.dynamicList that return SiteResponse
protected  SiteResponse DynamicListHandler.handleLogicCommand(DynamicListRequest siteRequest)
          Handle this command

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.idcService

 

Methods in oracle.stellent.wcm.server.request.logic.idcService that return SiteResponse
protected  SiteResponse IdcServiceHandler.createResponse(IdcServiceRequest siteRequest, oracle.stellent.ridc.protocol.ServiceResponse response)
          Create the response object
protected  SiteResponse IdcServiceHandler.handleLogicCommand(IdcServiceRequest siteRequest)
          Handle this command

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.metadata

 

Methods in oracle.stellent.wcm.server.request.logic.metadata that return SiteResponse
 SiteResponse MetadataHandler.handleRequest(MetadataRequest request)
          Invoke the WCM command to generate a corresponding WCM response

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.page

 

Methods in oracle.stellent.wcm.server.request.logic.page that return SiteResponse
protected  SiteResponse PageHandler.handleLogicCommand(PageRequest pageRequest)
          Handle this command

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.placeholder

 

Methods in oracle.stellent.wcm.server.request.logic.placeholder that return SiteResponse
protected  SiteResponse PlaceholderHandler.handleLogicCommand(PlaceholderRequest siteRequest)
          Handle this command
protected  SiteResponse PlaceholderHandler.handleLogicError(PlaceholderRequest siteRequest, RequestException exp)
          Handle an error occurring while processing the command

 

Methods in oracle.stellent.wcm.server.request.logic.placeholder with parameters of type SiteResponse
 void ContributorMarkupListener.postExecuteRequest(SiteRequest siteRequest, SiteResponse siteResponse)
          Called after the command is executed

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.proxy

 

Methods in oracle.stellent.wcm.server.request.logic.proxy that return SiteResponse
protected  SiteResponse ProxyHandler.createResponse(IdcServiceRequest siteRequest, oracle.stellent.ridc.protocol.ServiceResponse response)
          Create the response object
protected  SiteResponse ProxyHandler.handleLogicError(IdcServiceRequest siteRequest, RequestException exp)
          Handle an error occurring while processing the command

 

Methods in oracle.stellent.wcm.server.request.logic.proxy with parameters of type SiteResponse
protected  void ProxyLogic.fireEventsForService(ProxyRequest proxyCommand, oracle.stellent.ridc.protocol.ServiceResponse response, SiteResponse webResponse)
          Fire events for the service

 

Uses of SiteResponse in oracle.stellent.wcm.server.request.logic.url

 

Methods in oracle.stellent.wcm.server.request.logic.url that return SiteResponse
protected  SiteResponse UrlHandler.handleLogicCommand(UrlRequest siteRequest)
          Handle this command

 


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.