java.lang.Objectorg.apache.struts.config.ForwardConfig
org.apache.struts.action.ActionForward
net.jspcontrols.dialogs.actions.EventForward
An EventForward represents a mapping from browser event to method handler in an action class and has the following set of properties.
execute
method.
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 |
public EventForward()
Construct a new instance of an EventForward
object with values, default for an ActionForward
class.
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 |
public java.lang.String getHandler()
public void setHandler(java.lang.String handler)