Skip navigation links

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

E17273-02


oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl
Class SSGetPage

java.lang.Object
  extended by oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl.IdcProxyService
      extended by oracle.stellent.wcm.javaee.servlet.proxy.handlers.impl.SSGetPage


public class SSGetPage
extends IdcProxyService

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


Constructor Summary
SSGetPage(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.handlers.impl.IdcProxyService
createProxyResponse, getProxyLogic, getServletContext, getWcmApplication

 

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

 

Constructor Detail

SSGetPage

public SSGetPage(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 IdcProxyService
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® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.