org.jboss.console.plugins.helpers
Class ServletPluginHelper

java.lang.Object
  extended byjavax.servlet.http.HttpServlet
      extended byorg.jboss.console.plugins.helpers.ServletPluginHelper

public class ServletPluginHelper
extends javax.servlet.http.HttpServlet

See Also:
, Serialized Form

Field Summary
protected  ServletConfig config
           
protected  PluginWrapper (src) wrapper
           
static java.lang.String WRAPPER_CLASS_PARAM
           
 
Constructor Summary
ServletPluginHelper()
           
 
Method Summary
protected  PluginWrapper (src) createPluginWrapper()
           
 void destroy()
           
 void init(ServletConfig config)
           
 
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 java.lang.String WRAPPER_CLASS_PARAM
See Also:
Constant Field Values (src)

config

protected ServletConfig config

wrapper

protected PluginWrapper (src)  wrapper
Constructor Detail

ServletPluginHelper

public ServletPluginHelper()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

destroy

public void destroy()

createPluginWrapper

protected PluginWrapper (src)  createPluginWrapper()
                                     throws java.lang.Exception
Throws:
java.lang.Exception