org.jboss.console.plugins.helpers
Class ServletPluginHelper
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jboss.console.plugins.helpers.ServletPluginHelper
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ServletPluginHelper
- extends javax.servlet.http.HttpServlet
- Version:
- $Revision: 1.5.6.3 $
Revisions:
23 dec 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
- ,
Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WRAPPER_CLASS_PARAM
public static final String WRAPPER_CLASS_PARAM
- See Also:
- Constant Field Values
config
protected javax.servlet.ServletConfig config
wrapper
protected PluginWrapper wrapper
ServletPluginHelper
public ServletPluginHelper()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
createPluginWrapper
protected PluginWrapper createPluginWrapper()
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.