Uses of Package
org.apache.struts.util

Packages that use org.apache.struts.util
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
org.apache.struts.actions The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. 
org.apache.struts.chain.contexts This package provides objects that encapsulate access to the request and session-scoped resources to service command processing. 
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.faces.renderer   
org.apache.struts.faces.util   
org.apache.struts.scripting The scripting package is the core of the Struts Scripting framework, which builds on Struts Action to allow Struts Actions be written with the scripting language of your choice. 
org.apache.struts.taglib   
org.apache.struts.taglib.bean The "struts-bean" tag library contains JSP custom tags useful in defining new beans (in any desired scope) from a variety of possible sources, as well as a tag to render a particular bean (or bean property) to the output response. 
org.apache.struts.taglib.html The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms. 
org.apache.struts.taglib.logic The "struts-logic" tag library contains tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. 
org.apache.struts.util The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. 
org.apache.struts.validator The validator package provides a series of classes to validate ActionForm type of input. 
 

Classes in org.apache.struts.util used by org.apache.struts.action
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.actions
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.chain.contexts
MessageResources
          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.
TokenProcessor
          TokenProcessor is responsible for handling all token related functionality.
 

Classes in org.apache.struts.util used by org.apache.struts.config
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.faces.renderer
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.faces.util
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.scripting
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.taglib
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.taglib.bean
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.taglib.html
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.taglib.logic
MessageResources
          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.
 

Classes in org.apache.struts.util used by org.apache.struts.util
MessageResources
          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
          Factory for MessageResources instances.
ModuleUtils
          General purpose utility methods related to module processing.
TokenProcessor
          TokenProcessor is responsible for handling all token related functionality.
 

Classes in org.apache.struts.util used by org.apache.struts.validator
MessageResources
          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.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.