Package | Description |
---|---|
net.sourceforge.stripes.tools |
Command line tools used in conjunction with Stripes.
|
Modifier and Type | Method and Description |
---|---|
EventInfo |
ActionBeanInfo.getDefaultEvent()
Gets the default event for this ActionBean, if there is one.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EventInfo> |
ActionBeanInfo.getEvents()
Gets a Map of event name to EventInfo, excluding the default event.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionBeanInfo.addEvent(EventInfo eventInfo)
Adds the supplied event to the events for this ActionBean.
|
protected void |
SiteStructureTool.printTextEvent(java.io.PrintStream out,
EventInfo event)
Prints out a single event mapping in text format.
|
protected void |
SiteStructureTool.printXmlEvent(java.io.PrintStream out,
EventInfo event) |
? Copyright 2005-2006, Stripes Development Team.