org.apache.struts.config
Class SetActionFormBeanClassRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.struts.config.SetActionFormBeanClassRule
final class SetActionFormBeanClassRule
- extends org.apache.commons.digester.Rule
Class that sets the name of the class to use when creating action form bean
instances. The value is set on the object on the top of the stack, which
must be a org.apache.struts.config.ModuleConfig
.
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Method Summary |
void |
begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
Methods inherited from class org.apache.commons.digester.Rule |
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetActionFormBeanClassRule
public SetActionFormBeanClassRule()
begin
public void begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
- Overrides:
begin
in class org.apache.commons.digester.Rule
- Throws:
java.lang.Exception
Copyright ? 2000-2014 - The Apache Software Foundation