org.apache.struts.config
Class GlobalForwardFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by org.apache.struts.config.GlobalForwardFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

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

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


Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
GlobalForwardFactory()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

GlobalForwardFactory

GlobalForwardFactory()
Method Detail

createObject

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


Copyright ? 2000-2014 - The Apache Software Foundation