站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 console API Documentation 英文版文档

ServletPluginHelper (JBoss Console API) - JBoss 4.0.1 sp1 console API Documentation 英文版文档


org.jboss.console.plugins.helpers
Class ServletPluginHelper

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.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.2 $

Revisions:

23 dec 2002 Sacha Labourey:

  • First implementation
Author:
Sacha Labourey.
See Also:
, Serialized Form

Field Summary
protected  javax.servlet.ServletConfig config
           
protected  PluginWrapper wrapper
           
static String WRAPPER_CLASS_PARAM
           
 
Constructor Summary
ServletPluginHelper()
           
 
Method Summary
protected  PluginWrapper createPluginWrapper()
           
 void destroy()
           
 void init(javax.servlet.ServletConfig config)
           
 
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
 

Field Detail

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
Constructor Detail

ServletPluginHelper

public ServletPluginHelper()
Method Detail

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.