public class EventInfo
extends java.lang.Object
SiteStructureTool
to collect and
report on information about ActionBeans.Constructor and Description |
---|
EventInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addResolution(java.lang.String outcome)
Adds a resolution to the set of possible resolutions for the event.
|
java.lang.String |
getMethodName()
The name of the method in the ActionBean that handles the event.
|
java.lang.String |
getName()
The name of the event (possibly null in the case of default events).
|
java.util.Collection<java.lang.String> |
getResolutions()
The set of all possible resolutions for the event.
|
boolean |
isDefaultEvent()
True if the event is the default event for the ActionBean, false otherwise.
|
void |
setDefaultEvent(boolean defaultEvent)
True if the event is the default event for the ActionBean, false otherwise.
|
void |
setMethodName(java.lang.String methodName)
The name of the method in the ActionBean that handles the event.
|
void |
setName(java.lang.String name)
The name of the event (possibly null in the case of default events).
|
void |
setResolutions(java.util.Collection<java.lang.String> resolutions)
The set of all possible resolutions for the event.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
public boolean isDefaultEvent()
public void setDefaultEvent(boolean defaultEvent)
public void addResolution(java.lang.String outcome)
public java.util.Collection<java.lang.String> getResolutions()
public void setResolutions(java.util.Collection<java.lang.String> resolutions)
? Copyright 2005-2006, Stripes Development Team.