Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class WebFormConfig

java.lang.Object
  |
  +--cyber.web.form.AbstractDecomposable
        |
        +--cyber.web.form.ConfigBase
              |
              +--cyber.web.form.SAXConfigBase
                    |
                    +--cyber.web.form.WebFormConfig
All Implemented Interfaces:
Decomposable

public class WebFormConfig
extends SAXConfigBase

Author:
cy.ing To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
WebFormConfig()
           
 
Method Summary
protected  cyber.web.form.SAXConfigBase.TagSupport createTagHandler(String qName, String path)
           
 Object getAttribute(String name)
           
 Iterator getAttributeNames()
           
 String getConfigFilePath()
           
static WebFormConfig getInstance(ServletContext app)
           
protected  void handleAfterReconfigure()
           
 void removeAllAttributes()
           
 Object removeAttribute(String name)
           
 void setAttribute(String name, Object value)
           
 
Methods inherited from class cyber.web.form.SAXConfigBase
internalReconfigure
 
Methods inherited from class cyber.web.form.ConfigBase
configure, configure, configure, decompose, 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
 

Constructor Detail

WebFormConfig

public WebFormConfig()
Method Detail

getInstance

public static WebFormConfig getInstance(ServletContext app)

handleAfterReconfigure

protected void handleAfterReconfigure()
Overrides:
handleAfterReconfigure in class ConfigBase

createTagHandler

protected cyber.web.form.SAXConfigBase.TagSupport createTagHandler(String qName,
                                                                   String path)
Overrides:
createTagHandler in class SAXConfigBase
Following copied from class: cyber.web.form.SAXConfigBase
Parameters:
qName -  
path -  
Returns:
 

getConfigFilePath

public String getConfigFilePath()
Overrides:
getConfigFilePath in class ConfigBase
Following copied from class: cyber.web.form.ConfigBase
Returns:
 

getAttribute

public Object getAttribute(String name)
Parameters:
name -  
Returns:
 

getAttributeNames

public Iterator getAttributeNames()
Returns:
 

removeAllAttributes

public void removeAllAttributes()

removeAttribute

public Object removeAttribute(String name)
Parameters:
name -  
Returns:
 

setAttribute

public void setAttribute(String name,
                         Object value)
Parameters:
name -  
value -  

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.