org.wso2.carbon.registry.core.servlet
Class ResourceRequestProcessor

java.lang.Object
  extended by org.wso2.carbon.registry.core.servlet.ResourceRequestProcessor

Deprecated.

@Deprecated
public final class ResourceRequestProcessor
extends Object


Method Summary
static Resource getResource(javax.servlet.http.HttpServletRequest request, String path)
          Deprecated.  
static UserRegistry getUserRegistry(javax.servlet.http.HttpServletRequest request)
          Deprecated.  
static void processResourceGET(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String path)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processResourceGET

public static void processResourceGET(javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response,
                                      String path)
                               throws IOException
Deprecated. 
Throws:
IOException

getResource

public static Resource getResource(javax.servlet.http.HttpServletRequest request,
                                   String path)
                            throws RegistryException
Deprecated. 
Throws:
RegistryException

getUserRegistry

public static UserRegistry getUserRegistry(javax.servlet.http.HttpServletRequest request)
                                    throws RegistryException
Deprecated. 
Throws:
RegistryException


Copyright © 2013 WSO2 Inc. All Rights Reserved.