org.apache.struts.util |
|
Java Source File Name | Type | Comment |
ImageButtonBean.java | Class | A simple JavaBean to encapsulate the request parameters sent for an HTML
input element of type image. |
IteratorAdapter.java | Class | Utility method for converting Enumeration to an Iterator class. |
LabelValueBean.java | Class | A simple JavaBean to represent label-value pairs. |
MessageResources.java | Class | 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.
Calls to getMessage() variants without a
Locale argument are presumed to be requesting a message string
in the default Locale for this JVM. |
MessageResourcesFactory.java | Class | Factory for MessageResources instances. |
ModuleException.java | Class | Used for specialized exception handling. |
ModuleUtils.java | Class | General purpose utility methods related to module processing. |
PropertyMessageResources.java | Class | 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.java | Class | Factory for PropertyMessageResources instances. |
RequestUtils.java | Class | |
ResponseUtils.java | Class | General purpose utility methods related to generating a servlet response in
the Struts controller framework. |
ServletContextWriter.java | Class | A PrintWriter implementation that uses the logging facilities of a
javax.servlet.ServletContext to output its results. |
TestPropertyMessageResources.java | Class | Unit tests for PropertyMessageResources. |
TestRequestUtils.java | Class | |
TestRequestUtilsPopulate.java | Class | Unit tests for the RequestUtil's populate method. |
TokenProcessor.java | Class | TokenProcessor is responsible for handling all token related functionality.
The methods in this class are synchronized to protect token processing from
multiple threads. |
WildcardHelper.java | Class | This class is an utility class that perform wilcard-patterns matching and
isolation taken from Apache Cocoon. |