|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oroad.stxx.plugin.StxxPlugin
This plugin configures stxx as the request processor for Struts. It will only replace the request processor if the request processor is the Struts default or the one Tiles uses.
Constructor Summary | |
StxxPlugin()
|
Method Summary | |
void |
destroy()
Destroys the plugin |
void |
init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
Initializes the stxx plugin. |
protected void |
initRequestProcessorClass(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
Initializes the stxx request processor |
void |
setUseChainProcessor(boolean val)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StxxPlugin()
Method Detail |
public void init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config) throws javax.servlet.ServletException
init
in interface org.apache.struts.action.PlugIn
servlet
- The servletconfig
- The module config
javax.servlet.ServletException
- If something goes wrongpublic void destroy()
destroy
in interface org.apache.struts.action.PlugIn
public void setUseChainProcessor(boolean val)
protected void initRequestProcessorClass(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config) throws javax.servlet.ServletException
servlet
- The servletconfig
- The module config
javax.servlet.ServletException
- If something goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |