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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebFormConfig
public WebFormConfig()
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 -
Copyright 2000-2002 Apache Software Foundation.