Uses of Class
net.sourceforge.stripes.tools.EventInfo

Packages that use EventInfo
net.sourceforge.stripes.tools Command line tools used in conjunction with Stripes. 
 

Uses of EventInfo in net.sourceforge.stripes.tools
 

Methods in net.sourceforge.stripes.tools that return EventInfo
 EventInfo ActionBeanInfo.getDefaultEvent()
          Gets the default event for this ActionBean, if there is one.
 

Methods in net.sourceforge.stripes.tools that return types with arguments of type EventInfo
 Map<String,EventInfo> ActionBeanInfo.getEvents()
          Gets a Map of event name to EventInfo, excluding the default event.
 

Methods in net.sourceforge.stripes.tools with parameters of type EventInfo
 void ActionBeanInfo.addEvent(EventInfo eventInfo)
          Adds the supplied event to the events for this ActionBean.
protected  void SiteStructureTool.printTextEvent(PrintStream out, EventInfo event)
          Prints out a single event mapping in text format.
protected  void SiteStructureTool.printXmlEvent(PrintStream out, EventInfo event)
           
 



? Copyright 2005-2006, Stripes Development Team.