|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jsptabcontrol.struts.plugin.JSPTabControlPlugin
public class JSPTabControlPlugin
Loads JSPTabControlResources based on configuration in the
jsptabcontrol-config.xml file.
| Field Summary | |
|---|---|
protected JSPTabControlResources |
resources
The set of JSPTabControlResources instances that have been created and initialized. |
| Constructor Summary | |
|---|---|
JSPTabControlPlugin()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected void |
destroyResources()
Destroy JSPTabControlResources. |
java.lang.String |
getJspTabControlConfig()
Gets a comma delimitted list of JSPTabControl resources. |
void |
init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
Initialize and load our resources. |
protected void |
initJSPTabControlResources()
Initialize the jsptabcontrol resources for this module. |
void |
setJspTabControlConfig(java.lang.String jspTabControlConfig)
Sets a comma delimitted list of JSPTabControl resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JSPTabControlResources resources
| Constructor Detail |
|---|
public JSPTabControlPlugin()
| Method Detail |
|---|
public java.lang.String getJspTabControlConfig()
public void setJspTabControlConfig(java.lang.String jspTabControlConfig)
jspTabControlConfig - delimited list of JSPTabControl resource path names
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.PlugInservlet - The ActionServlet for our applicationconfig - The ModuleConfig for our owning module
javax.servlet.ServletException - if we cannot configure ourselves correctlypublic void destroy()
destroy in interface org.apache.struts.action.PlugIn
protected void initJSPTabControlResources()
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOException - if an input/output error is encountered
javax.servlet.ServletException - if we cannot initialize these resourcesprotected void destroyResources()
JSPTabControlResources.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||