Package com.opensymphony.webwork.util

Miscellaneous helper classes.

See:
          Description

Interface Summary
ServletContextAware For components that have a dependence on the Servlet context.
 

Class Summary
AppendIteratorFilter A bean that takes several iterators and outputs them in sequence
AttributeMap User: plightbo Date: Nov 13, 2003 Time: 6:29:49 PM
ClassLoaderUtils This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ContainUtil ContainUtil will check if object 1 contains object 2.
Counter A bean that can be used to keep track of a counter.
DateFormatter A bean that can be used to format dates
FastByteArrayOutputStream A speedy implementation of ByteArrayOutputStream.
FreemarkerWebWorkUtil  
InvocationSessionStore InvocationSessionStore
IteratorFilterSupport A base class for iterator filters
IteratorGenerator A bean that generates an iterator filled with a given object
ListEntry  
MakeIterator MakeIterator

Taken from WebWork 1.x by:

MergeIteratorFilter A bean that takes several iterators and outputs the merge of them.
ResolverSetupServletContextListener A Servlet Context Listener that will loop through all Reference Resolvers available in the xwork Configuration and set the ServletContext on those that are ServletContextAware.
Sorter Sorters.
SortIteratorFilter A bean that takes an iterator and outputs a subset of it.
SubsetIteratorFilter A bean that takes an iterator and outputs a subset of it.
TabbedPane A bean that helps implement a tabbed pane
Timer A bean that can be used to time execution of pages
TokenHelper TokenHelper
URLBean User: plightbo Date: Nov 16, 2003 Time: 4:13:11 PM
VelocityWebWorkUtil  
WebWorkTypeConverter Base class for type converters used in WebWork.
WebWorkUtil WebWork base utility class, for use in Velocity and Freemarker templates
 

Package com.opensymphony.webwork.util Description

Miscellaneous helper classes.


WebWork Project Page