当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
ServletPluginHelper (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
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.2.2.1 $
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
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
createPluginWrapper
protected PluginWrapper createPluginWrapper()
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.