Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

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

Fields inherited from class cyber.web.form.DomConfigBase
document
 
Method Summary
 void checkLoad(WebFormTransaction tr)
           
 void decompose(DecomposeQueue queue)
          Called by DecomposeQueue to indicate a request for decomposition.
 String getConfigFilePath()
           
 String getPluginDir()
           
 XPluginRec getPluginRec()
           
 String getPluginURL()
           
protected  void handleAfterReconfigure()
           
 void setConfigSource(ConfigSource source)
           
 void unload(WebFormTransaction tr)
           
 void updatePluginConfig(Object parameter, WebFormTransaction tr)
           
 
Methods inherited from class cyber.web.form.DomConfigBase
getDocument, internalReconfigure, selectNodes, selectNodes, selectSingleElement, selectSingleNode, selectSingleNode
 
Methods inherited from class cyber.web.form.ConfigBase
configure, configure, configure, getLastConfigSource, isConfigModified, isConfigModified, release
 
Methods inherited from class cyber.web.form.AbstractDecomposable
isDecomposed, markDecomposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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:
 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.