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

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.wso2.carbon.registry.core.servlet.RegistryServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

Deprecated.

@Deprecated
public class RegistryServlet
extends javax.servlet.http.HttpServlet

Servlet for providing REST API for the registry.

See Also:
Serialized Form

Field Summary
protected  javax.servlet.ServletConfig servletConfig
          Deprecated.  
 
Constructor Summary
RegistryServlet()
          Deprecated.  
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
protected  void doPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
          Deprecated.  
 void init()
          Deprecated.  
 void init(javax.servlet.ServletConfig config)
          Deprecated.  
 void initContextRoot(javax.servlet.http.HttpServletRequest req)
          Deprecated. To find the name of the war , so getting that from the request context path
protected  void renderView(String jspName, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
          Deprecated.  
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletConfig

protected transient javax.servlet.ServletConfig servletConfig
Deprecated. 
Constructor Detail

RegistryServlet

public RegistryServlet()
Deprecated. 
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Deprecated. 
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

init

public void init()
          throws javax.servlet.ServletException
Deprecated. 
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
                      javax.servlet.http.HttpServletResponse httpServletResponse)
               throws javax.servlet.ServletException,
                      IOException
Deprecated. 
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException,
                     IOException
Deprecated. 
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

initContextRoot

public void initContextRoot(javax.servlet.http.HttpServletRequest req)
Deprecated. 
To find the name of the war , so getting that from the request context path

Parameters:
req - The Http Servlet Request

renderView

protected void renderView(String jspName,
                          javax.servlet.http.HttpServletRequest httpServletRequest,
                          javax.servlet.http.HttpServletResponse httpServletResponse)
                   throws IOException,
                          javax.servlet.ServletException
Deprecated. 
Throws:
IOException
javax.servlet.ServletException


Copyright © 2010. All Rights Reserved.