|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.darrt.web.DarrtPlugIn
Struts PlugIn
Wrapper for DarHandler functionality.
Field Summary | |
static java.lang.String |
ABOUT
CVS info ABOUT this class and its current version |
Constructor Summary | |
DarrtPlugIn()
Default Constructor. |
Method Summary | |
void |
destroy()
Does nothing. |
java.lang.String |
getDarResource()
Get the DAR resource name the plugin will be configured from. |
java.lang.String |
getDarUrl()
Get the DAR URL the plugin will be configured from. |
void |
init()
Base initialisation. |
void |
init(org.apache.struts.action.ActionServlet actionservlet,
org.apache.struts.config.ApplicationConfig applicationconfig)
Initialisation used by Struts when runnning inside a web container. |
void |
setDarResource(java.lang.String darResource)
Set the DAR resource name the plugin will be configured from. |
void |
setDarUrl(java.lang.String darUrl)
Set the DAR URL the plugin will be configured from. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ABOUT
Constructor Detail |
public DarrtPlugIn()
Method Detail |
public java.lang.String getDarUrl()
public void setDarUrl(java.lang.String darUrl)
public java.lang.String getDarResource()
public void setDarResource(java.lang.String darResource)
public void destroy()
destroy
in interface org.apache.struts.action.PlugIn
public void init(org.apache.struts.action.ActionServlet actionservlet, org.apache.struts.config.ApplicationConfig applicationconfig) throws javax.servlet.ServletException
init
in interface org.apache.struts.action.PlugIn
javax.servlet.ServletException
public void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |