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

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

Deprecated.

@Deprecated
public class ResourceRequestProcessor
extends java.lang.Object


Constructor Summary
ResourceRequestProcessor()
          Deprecated.  
 
Method Summary
static Resource getResource(javax.servlet.http.HttpServletRequest request, java.lang.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, java.lang.String path)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRequestProcessor

public ResourceRequestProcessor()
Deprecated. 
Method Detail

processResourceGET

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

getResource

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

getUserRegistry

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


Copyright © 2011 WSO2 Inc. All Rights Reserved.