com.konakart.plugins
Class KKAppEngPlugin
java.lang.Object
com.konakart.plugins.KKAppEngPlugin
- All Implemented Interfaces:
- org.apache.struts.action.PlugIn
public class KKAppEngPlugin
- extends java.lang.Object
- implements org.apache.struts.action.PlugIn
This object is defined in the struts-config.xml file and is called when struts powers up.
|
Method Summary |
void |
destroy()
Ensure that the cache update thread is killed |
java.lang.String |
getPropertiesPath()
|
void |
init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
|
void |
setPropertiesPath(java.lang.String propertiesPath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KKAppEngPlugin
public KKAppEngPlugin()
destroy
public void destroy()
- Ensure that the cache update thread is killed
- Specified by:
destroy in interface org.apache.struts.action.PlugIn
init
public void init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface org.apache.struts.action.PlugIn
- Throws:
javax.servlet.ServletException
getPropertiesPath
public java.lang.String getPropertiesPath()
- Returns:
- Returns the propertiesPath.
setPropertiesPath
public void setPropertiesPath(java.lang.String propertiesPath)
- Parameters:
propertiesPath - The propertiesPath to set.
Copyright © 2006 DS Data Systems UK Ltd.