public class ActionBeanInfo extends Object
SiteStructureTool to collect and report on information about ActionBeans.| Constructor and Description |
|---|
ActionBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(EventInfo eventInfo)
Adds the supplied event to the events for this ActionBean.
|
String |
getClassName()
The class name of the ActionBean that this object describes.
|
EventInfo |
getDefaultEvent()
Gets the default event for this ActionBean, if there is one.
|
Map<String,EventInfo> |
getEvents()
Gets a Map of event name to EventInfo, excluding the default event.
|
UrlBinding |
getUrlBinding()
The UrlBinding extracted from the ActionBean.
|
void |
setClassName(String className)
The class name of the ActionBean that this object describes.
|
void |
setUrlBinding(UrlBinding urlBinding)
The UrlBinding extracted from the ActionBean.
|
public String getClassName()
public void setClassName(String className)
public UrlBinding getUrlBinding()
public void setUrlBinding(UrlBinding urlBinding)
public void addEvent(EventInfo eventInfo)
public Map<String,EventInfo> getEvents()
public EventInfo getDefaultEvent()
© Copyright 2005-2006, Stripes Development Team.