org.enableit.db.darrt.web
Class DarrtPlugIn

java.lang.Object
  |
  +--org.enableit.db.darrt.web.DarrtPlugIn
All Implemented Interfaces:
org.apache.struts.action.PlugIn

public class DarrtPlugIn
extends java.lang.Object
implements org.apache.struts.action.PlugIn

Struts PlugIn Wrapper for DarHandler functionality.

Author:
$Author: tim $

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

ABOUT

public static final java.lang.String ABOUT
CVS info ABOUT this class and its current version

See Also:
Constant Field Values
Constructor Detail

DarrtPlugIn

public DarrtPlugIn()
Default Constructor.

Method Detail

getDarUrl

public java.lang.String getDarUrl()
Get the DAR URL the plugin will be configured from.


setDarUrl

public void setDarUrl(java.lang.String darUrl)
Set the DAR URL the plugin will be configured from.


getDarResource

public java.lang.String getDarResource()
Get the DAR resource name the plugin will be configured from.


setDarResource

public void setDarResource(java.lang.String darResource)
Set the DAR resource name the plugin will be configured from.


destroy

public void destroy()
Does nothing.

Specified by:
destroy in interface org.apache.struts.action.PlugIn

init

public void init(org.apache.struts.action.ActionServlet actionservlet,
                 org.apache.struts.config.ApplicationConfig applicationconfig)
          throws javax.servlet.ServletException
Initialisation used by Struts when runnning inside a web container.

Specified by:
init in interface org.apache.struts.action.PlugIn
javax.servlet.ServletException

init

public void init()
Base initialisation.



Copyright © 1999-2004 enableIT.org. All Rights Reserved.