|
|||||||||
| Home >> All >> org >> apache >> struts >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.struts.config
Class SetActionMappingClassRule

java.lang.Objectorg.apache.commons.digester.Rule
org.apache.struts.config.SetActionMappingClassRule
- final class SetActionMappingClassRule
- extends org.apache.commons.digester.Rule
Class that sets the name of the class to use when creating action mapping
instances. The value is set on the object on the top of the stack, which
must be a org.apache.struts.config.ModuleConfig.
| Field Summary |
| Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
| Constructor Summary | |
SetActionMappingClassRule()
|
|
| Method Summary | |
void |
begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
This method is called when the beginning of a matching XML element is encountered. |
| 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 |
| Constructor Detail |
SetActionMappingClassRule
public SetActionMappingClassRule()
| Method Detail |
begin
public void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes) throws java.lang.Exception
- Description copied from class:
org.apache.commons.digester.Rule - This method is called when the beginning of a matching XML element
is encountered. The default implementation delegates to the deprecated
method begin 55 without the
namespaceandnameparameters, to retain backwards compatibility.
|
|||||||||
| Home >> All >> org >> apache >> struts >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC