|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.stripes.tools.ActionBeanInfo
public class ActionBeanInfo
Encapsulates meta-information about an ActionBean, namely it's UrlBinding and set of events
to which it responds. This class is not used at runtime in Stripes, but is used by the
SiteStructureTool
to collect and report on information about ActionBeans.
Constructor Summary | |
---|---|
ActionBeanInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionBeanInfo()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |