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 Object


Constructor Summary
ResourceRequestProcessor()
          Deprecated.  
 
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
 

Constructor Detail

ResourceRequestProcessor

public ResourceRequestProcessor()
Deprecated. 
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 © 2010. All Rights Reserved.