public class ActionBeanInfo
extends java.lang.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.
|
java.lang.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.
|
java.util.Map<java.lang.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(java.lang.String className)
The class name of the ActionBean that this object describes.
|
void |
setUrlBinding(UrlBinding urlBinding)
The UrlBinding extracted from the ActionBean.
|
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public UrlBinding getUrlBinding()
public void setUrlBinding(UrlBinding urlBinding)
public void addEvent(EventInfo eventInfo)
public java.util.Map<java.lang.String,EventInfo> getEvents()
public EventInfo getDefaultEvent()
? Copyright 2005-2006, Stripes Development Team.