|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.plugins.KKEngPlugin
public class KKEngPlugin
This object is defined in the struts-config.xml file and is called when struts powers up.
Constructor Summary | |
---|---|
KKEngPlugin()
|
Method Summary | |
---|---|
void |
destroy()
destroy the plugin |
java.lang.String |
getCategoriesShared()
|
java.lang.String |
getCustomersShared()
|
java.lang.String |
getMode()
|
int |
getModeInt()
|
java.lang.String |
getModeString()
Return the engine mode - as a descriptive String for diagnostic purposes only |
java.lang.String |
getProductsShared()
|
java.lang.String |
getPropertiesPath()
|
java.lang.String |
getStoreId()
|
void |
init(org.apache.struts.action.ActionServlet servlet,
org.apache.struts.config.ModuleConfig config)
plugin initialisation |
void |
setCategoriesShared(java.lang.String categoriesShared)
|
void |
setCustomersShared(java.lang.String customersShared)
|
void |
setMode(java.lang.String mode)
|
void |
setModeInt(int modeInt)
|
void |
setProductsShared(java.lang.String productsShared)
|
void |
setPropertiesPath(java.lang.String propertiesPath)
|
void |
setStoreId(java.lang.String storeId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KKEngPlugin()
Method Detail |
---|
public void destroy()
destroy
in interface org.apache.struts.action.PlugIn
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
javax.servlet.ServletException
public java.lang.String getPropertiesPath()
public void setPropertiesPath(java.lang.String propertiesPath)
propertiesPath
- The propertiesPath to set.public java.lang.String getModeString()
public java.lang.String getMode()
public void setMode(java.lang.String mode)
mode
- The mode to set.public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- The storeId to set.public int getModeInt()
public void setModeInt(int modeInt)
modeInt
- the modeInt to setpublic java.lang.String getCustomersShared()
public void setCustomersShared(java.lang.String customersShared)
customersShared
- the customersShared to setpublic java.lang.String getProductsShared()
public void setProductsShared(java.lang.String productsShared)
productsShared
- the productsShared to setpublic java.lang.String getCategoriesShared()
public void setCategoriesShared(java.lang.String categoriesShared)
categoriesShared
- the categoriesShared to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |