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
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gatein.wci.command.CommandServlet
doGet, doPostMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
WCIDISABLENATIVEREGISTRATION
.- See Also:
-
-
Constructor Details
-
GateInServlet
public GateInServlet()
-
-
Method Details
-
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
-