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.javaee.servlet.proxy.impl
Class SSGetPageForProxy

java.lang.Object
  extended by oracle.stellent.wcm.javaee.servlet.proxy.impl.IdcServiceForProxy
      extended by oracle.stellent.wcm.javaee.servlet.proxy.impl.SSGetPageForProxy


public class SSGetPageForProxy
extends IdcServiceForProxy

Handle the SS_GET_PAGE service, for situations when accessed via the workflow reject Content Server screen.


Constructor Summary
SSGetPageForProxy(javax.servlet.ServletContext servletContext)
           

 

Method Summary
 UrlLogic getUrlLogic()
           
 ProxyResponse handleService(ProxyRequest proxyRequest, oracle.stellent.ridc.model.DataBinder dataBinder, ServletRequestContext requestContext)
          Handle a service call.

 

Methods inherited from class oracle.stellent.wcm.javaee.servlet.proxy.impl.IdcServiceForProxy
createProxyResponse, getProxyLogic, getServletContext, getWcmApplication

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SSGetPageForProxy

public SSGetPageForProxy(javax.servlet.ServletContext servletContext)

Method Detail

getUrlLogic

public UrlLogic getUrlLogic()
                     throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

handleService

public ProxyResponse handleService(ProxyRequest proxyRequest,
                                   oracle.stellent.ridc.model.DataBinder dataBinder,
                                   ServletRequestContext requestContext)
                            throws javax.servlet.ServletException,
                                   java.io.IOException
Handle a service call.
Overrides:
handleService in class IdcServiceForProxy
Parameters:
proxyRequest - the proxy request
dataBinder - the data binder containing the request
requestContext - the request context
Returns:
the proxy response
Throws:
javax.servlet.ServletException
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.