Apache Struts API Documentation: Class ActionForwardFactory

Apache Struts API


org.apache.struts.config Class ActionForwardFactory

java.lang.Object
  |
  +--org.apache.commons.digester.AbstractObjectCreationFactory
        |
        +--org.apache.struts.config.ActionForwardFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

final class ActionForwardFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory

An object creation factory which creates action forward 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.


Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
(package private) ActionForwardFactory()
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attributes)
           
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ActionForwardFactory

ActionForwardFactory()
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attributes)
Overrides:
createObject in class org.apache.commons.digester.AbstractObjectCreationFactory


Copyright © 2000-2005 - The Apache Software Foundation