net.jspcontrols.dialogs.actions
Class EventForward

java.lang.Object
  extended byorg.apache.struts.config.ForwardConfig
      extended byorg.apache.struts.action.ActionForward
          extended bynet.jspcontrols.dialogs.actions.EventForward
All Implemented Interfaces:
java.io.Serializable

public class EventForward
extends org.apache.struts.action.ActionForward

An EventForward represents a mapping from browser event to method handler in an action class and has the following set of properties.

Since:
1.24
Author:
Michael Jouravlev
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.ForwardConfig
configured, contextRelative, module, name, path, redirect
 
Constructor Summary
EventForward()
          Construct a new instance of an EventForward object with values, default for an ActionForward class.
EventForward(java.lang.String name, java.lang.String handler)
          Construct a new instance of an EventForward object with proper event name and method handler.
 
Method Summary
 java.lang.String getHandler()
           
 void setHandler(java.lang.String handler)
           
 
Methods inherited from class org.apache.struts.config.ForwardConfig
freeze, getContextRelative, getModule, getName, getPath, getRedirect, setContextRelative, setModule, setName, setPath, setRedirect, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventForward

public EventForward()

Construct a new instance of an EventForward object with values, default for an ActionForward class.


EventForward

public EventForward(java.lang.String name,
                    java.lang.String handler)

Construct a new instance of an EventForward object with proper event name and method handler.

Method Detail

getHandler

public java.lang.String getHandler()

setHandler

public void setHandler(java.lang.String handler)