webwork.action.factory
Class JspActionFactoryProxy

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

public class JspActionFactoryProxy
extends ActionFactoryProxy

Obtains the JSP action if the action suffix is ".jsp".

Version:
$Revision: 1.7 $
Author:
Rickard Öberg (rickard@middleware-company.com)

Constructor Summary
JspActionFactoryProxy(ActionFactory aFactory)
           
 
Method Summary
 Action getActionImpl(java.lang.String aName)
          If the suffix of the action is ".jsp", return the JSP 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

JspActionFactoryProxy

public JspActionFactoryProxy(ActionFactory aFactory)
Method Detail

getActionImpl

public Action getActionImpl(java.lang.String aName)
                     throws java.lang.Exception
If the suffix of the action is ".jsp", return the JSP action.

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


Copyright © 2001-2003 WebWork All Rights Reserved.