java.lang.Object
org.apache.commons.digester.AbstractObjectCreationFactory
org.apache.struts.config.ActionMappingFactory
- All Implemented Interfaces:
- org.apache.commons.digester.ObjectCreationFactory
- final class ActionMappingFactory
- extends org.apache.commons.digester.AbstractObjectCreationFactory
An object creation factory which creates action mapping instances, taking
into account the default class name, which may have been specified on the
parent element and which is made available through the object on the top
of the stack, which must be a
org.apache.struts.config.ModuleConfig.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionMappingFactory
ActionMappingFactory()
createObject
public java.lang.Object createObject(org.xml.sax.Attributes attributes)
- Description copied from class:
org.apache.commons.digester.AbstractObjectCreationFactory
Factory method called by org.apache.commons.digester.FactoryCreateRule to supply an
object based on the element's attributes.