org.jboss.console.plugins.helpers
Class ServletPluginHelper

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

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
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.