Package org.gatein.wci.api
Class GateInServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.gatein.wci.command.CommandServlet
-
- org.gatein.wci.api.GateInServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class GateInServlet extends CommandServlet
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringWCIDISABLENATIVEREGISTRATION.
-
Constructor Summary
Constructors Constructor Description GateInServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit()-
Methods inherited from class org.gatein.wci.command.CommandServlet
doGet, doPost
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
WCIDISABLENATIVEREGISTRATION
public static final String WCIDISABLENATIVEREGISTRATION
.- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init() throws javax.servlet.ServletException- Overrides:
initin classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletException
-
destroy
public void destroy()
- Specified by:
destroyin interfacejavax.servlet.Servlet- Overrides:
destroyin classjavax.servlet.GenericServlet
-
-