cyber.web.form
Class XPluginConfig
java.lang.Object
|
+--cyber.web.form.AbstractDecomposable
|
+--cyber.web.form.ConfigBase
|
+--cyber.web.form.DomConfigBase
|
+--cyber.web.form.XPluginConfig
- All Implemented Interfaces:
- Decomposable
- public class XPluginConfig
- extends DomConfigBase
- Author:
- cying
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decompose
public void decompose(DecomposeQueue queue)
- Description copied from interface:
Decomposable
- Called by
DecomposeQueue to indicate a request for
decomposition. This methods should call
DecomposeQueue.enqueue(Decomposable decomp) to put other
decomposables into the queue, not by calling their #decompose()
directly.
- Overrides:
decompose in class DomConfigBase
- Following copied from interface:
cyber.web.form.Decomposable
- Parameters:
queue - The decompose queue.
handleAfterReconfigure
protected void handleAfterReconfigure()
- Overrides:
handleAfterReconfigure in class ConfigBase
getPluginDir
public String getPluginDir()
- Returns:
-
getPluginURL
public String getPluginURL()
- Returns:
-
setConfigSource
public void setConfigSource(ConfigSource source)
- Parameters:
source -
checkLoad
public void checkLoad(WebFormTransaction tr)
throws ConfigException
unload
public void unload(WebFormTransaction tr)
updatePluginConfig
public void updatePluginConfig(Object parameter,
WebFormTransaction tr)
throws ConfigException
- Parameters:
parameter -
getPluginRec
public XPluginRec getPluginRec()
getConfigFilePath
public String getConfigFilePath()
- Overrides:
getConfigFilePath in class ConfigBase
- Following copied from class:
cyber.web.form.ConfigBase
- Returns:
-
Copyright 2000-2002 Apache Software Foundation.