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