webwork.action.factory
Class XMLActionFactoryProxy

java.lang.Object
  extended bywebwork.action.factory.ActionFactory
      extended bywebwork.action.factory.ActionFactoryProxy
          extended bywebwork.action.factory.XMLActionFactoryProxy

public class XMLActionFactoryProxy
extends ActionFactoryProxy

Obtain the XML action if the action suffix is ".xml".

Version:
$Revision: 1.7 $
Author:
Philipp Meier

Constructor Summary
XMLActionFactoryProxy(ActionFactory aFactory)
           
 
Method Summary
 Action getActionImpl(java.lang.String aName)
          If the suffix of the action is ".xml", get the XML action.
 
Methods inherited from class webwork.action.factory.ActionFactoryProxy
flushCaches, getNextFactory
 
Methods inherited from class webwork.action.factory.ActionFactory
getAction, getActionFactory, setActionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLActionFactoryProxy

public XMLActionFactoryProxy(ActionFactory aFactory)
Method Detail

getActionImpl

public Action getActionImpl(java.lang.String aName)
                     throws java.lang.Exception
If the suffix of the action is ".xml", get the XML action.

Specified by:
getActionImpl in class ActionFactory
Parameters:
aName -
Returns:
the XML-action or action corresponding to the given name
Throws:
java.lang.Exception
java.lang.Exception


Copyright © 2001-2003 WebWork All Rights Reserved.