com.raritantechnologies.struts
Class FrameworkAction

java.lang.Object
  extended byAction
      extended bycom.raritantechnologies.struts.FrameworkAction

public class FrameworkAction
extends Action

Basic Action class wrapper for configurable Action pipelines.

Converts an action request to RTI format so that pre-processing events can be configured. The ActionMapping "parameter" is used to lookup a configurable FrameworkActionHandler from the SystemObject configuration.

Action Configuration:
   <action type="com.raritantechnologies.struts.FrameworkAction"
              parameter="[ name of configurable FrameworkActionHandler ]"
              etc...
              />
 

Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
FrameworkAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkAction

public FrameworkAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws java.lang.Exception
Throws:
java.lang.Exception