API Overview API Index Direct link to this page
Struts 1.3
  Package: org.apache.struts.util
Author(s)
Since
Version
Serial
Description
  The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications.
See also:   
ImageButtonBean View Source A simple JavaBean to encapsulate the request parameters sent for an HTML input element of type image.
IteratorAdapter View Source Utility method for converting Enumeration to an Iterator class.
LabelValueBean View Source A simple JavaBean to represent label-value pairs.
MessageResources View Source General purpose abstract class that describes an API for retrieving Locale-sensitive messages from underlying resource locations of an unspecified design, and optionally utilizing the MessageFormat class to produce internationalized messages with parametric replacement.
MessageResourcesFactory View Source Factory for MessageResources instances.
ModuleException View Source Used for specialized exception handling.
ModuleUtils View Source General purpose utility methods related to module processing.
PropertyMessageResources View Source Concrete subclass of MessageResources that reads message keys and corresponding strings from named property resources in a similar manner (see modes below) that java.util.PropertyResourceBundle does.
PropertyMessageResourcesFactory View Source Factory for PropertyMessageResources instances.
RequestUtils View Source General purpose utility methods related to processing a servlet request in the Struts controller framework.
ResponseUtils View Source General purpose utility methods related to generating a servlet response in the Struts controller framework.
ServletContextWriter View Source A PrintWriter implementation that uses the logging facilities of a javax.servlet.ServletContext to output its results.
TokenProcessor View Source TokenProcessor is responsible for handling all token related functionality.
WildcardHelper View Source This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar