|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.postExecuteSiteRequest(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 |
SiteResponseHandler.createErrorResponse(SiteResponse siteResponse) Create the site response object for an error view |
SiteResponse |
SiteRequestInvoker.getSiteResponse() |
Methods in oracle.stellent.wcm.client.invokers with parameters of type SiteResponse | |
---|---|
protected SiteResponse |
SiteResponseHandler.createErrorResponse(SiteResponse siteResponse) Create the site response object for an error view |
protected void |
SiteResponseHandler.evaluateScript(SiteResponse siteResponse) Evaluate the script associated with this site response |
protected void |
SiteResponseHandler.handleSiteResponse(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.impl |
---|
Methods in oracle.stellent.wcm.javaee.servlet.proxy.impl with parameters of type SiteResponse | |
---|---|
protected ProxyResponse |
IdcServiceForProxy.createProxyResponse(ServletRequestContext requestContext, SiteRequest siteRequest, SiteResponse siteResponse) Handle the site response into a valid Http servlet response |
protected ProxyResponse |
WCMGetPlaceHolderContent.createProxyResponse(ServletRequestContext requestContext, SiteRequest siteRequest, SiteResponse siteResponse, java.lang.String responseBinderString) 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 | ||
---|---|---|
protected abstract SiteResponse |
SiteRequestHandler.applyLogic(R siteRequest) Handle this command |
|
|
SiteRequestProcessor.executeSiteRequest(R siteRequest) Execute a command against this wcm server |
|
protected SiteResponse |
SiteRequestHandler.handleLogicError(R siteRequest, SiteRequestException exp) Handle an error occurring while processing the command |
|
SiteResponse |
SiteRequestHandler.handleSiteRequest(R siteRequest) Invoke the WCM command to generate a corresponding WCM response |
|
SiteResponse |
SiteIDValidationFilter.processFilter(SiteRequest siteRequest) |
|
SiteResponse |
SiteRequestFilter.processFilter(SiteRequest siteRequest) Process the filter over the SiteRequest. |
Methods in oracle.stellent.wcm.server.request with parameters of type SiteResponse | |
---|---|
void |
SiteRequestListener.postExecuteSiteRequest(SiteRequest request, SiteResponse response) Called after the command is executed |
Uses of SiteResponse in oracle.stellent.wcm.server.request.contributor |
---|
Methods in oracle.stellent.wcm.server.request.contributor that return SiteResponse | |
---|---|
protected SiteResponse |
ContributorJSHandler.applyLogic(ContributorJSRequest request) Handle this command |
protected SiteResponse |
ContributorJSHandler.handleLogicError(ContributorJSRequest siteCommand, SiteRequestException exp) Handle an error occurring while processing the command |
Uses of SiteResponse in oracle.stellent.wcm.server.request.dataFile |
---|
Methods in oracle.stellent.wcm.server.request.dataFile that return SiteResponse | |
---|---|
protected SiteResponse |
DataFileHandler.applyLogic(DataFileRequest siteRequest) Handle this command |
Uses of SiteResponse in oracle.stellent.wcm.server.request.dynamicList |
---|
Methods in oracle.stellent.wcm.server.request.dynamicList that return SiteResponse | |
---|---|
protected SiteResponse |
DynamicListHandler.applyLogic(DynamicListRequest siteRequest) Handle this command |
Uses of SiteResponse in oracle.stellent.wcm.server.request.element |
---|
Methods in oracle.stellent.wcm.server.request.element that return SiteResponse | |
---|---|
protected SiteResponse |
ElementHandler.applyLogic(ElementRequest elementRequest) Handle this command |
Methods in oracle.stellent.wcm.server.request.element with parameters of type SiteResponse | |
---|---|
void |
ContributorElementMarkupListener.postExecuteSiteRequest(SiteRequest request, SiteResponse siteResponse) Called after the command is executed |
Uses of SiteResponse in oracle.stellent.wcm.server.request.idcService |
---|
Methods in oracle.stellent.wcm.server.request.idcService that return SiteResponse | |
---|---|
protected SiteResponse |
IdcServiceHandler.applyLogic(IdcServiceRequest siteRequest) Handle this command |
protected SiteResponse |
IdcServiceHandler.createResponse(IdcServiceRequest siteRequest, oracle.stellent.ridc.protocol.ServiceResponse response) Create the response object |
Uses of SiteResponse in oracle.stellent.wcm.server.request.metadata |
---|
Methods in oracle.stellent.wcm.server.request.metadata that return SiteResponse | |
---|---|
protected SiteResponse |
MetadataHandler.applyLogic(MetadataRequest request) |
Uses of SiteResponse in oracle.stellent.wcm.server.request.page |
---|
Methods in oracle.stellent.wcm.server.request.page that return SiteResponse | |
---|---|
protected SiteResponse |
PageHandler.applyLogic(PageRequest pageRequest) Handle this command |
Uses of SiteResponse in oracle.stellent.wcm.server.request.placeholder |
---|
Methods in oracle.stellent.wcm.server.request.placeholder that return SiteResponse | |
---|---|
protected SiteResponse |
PlaceholderHandler.applyLogic(PlaceholderRequest siteRequest) Handle this command |
protected SiteResponse |
PlaceholderHandler.handleLogicError(PlaceholderRequest siteRequest, SiteRequestException exp) Handle an error occurring while processing the command |
Methods in oracle.stellent.wcm.server.request.placeholder with parameters of type SiteResponse | |
---|---|
void |
ContributorMarkupListener.postExecuteSiteRequest(SiteRequest siteRequest, SiteResponse siteResponse) Called after the command is executed |
Uses of SiteResponse in oracle.stellent.wcm.server.request.proxy |
---|
Methods in oracle.stellent.wcm.server.request.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, SiteRequestException exp) Handle an error occurring while processing the command |
Methods in oracle.stellent.wcm.server.request.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.url |
---|
Methods in oracle.stellent.wcm.server.request.url that return SiteResponse | |
---|---|
protected SiteResponse |
UrlHandler.applyLogic(UrlRequest siteRequest) Handle this command |
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |