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 SSEditNativeDocument

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


public class SSEditNativeDocument
extends IdcProxyService

Special handling for SS_EDIT_NATIVE_DOCUMENT to redirect to the Content Server since the proxy does not implement or proxy any of the needed webdav methods.


Constructor Summary
SSEditNativeDocument(javax.servlet.ServletContext servletContext)
           

 

Method Summary
 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

SSEditNativeDocument

public SSEditNativeDocument(javax.servlet.ServletContext servletContext)

Method Detail

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.