Apache Struts API Documentation: Uses of Class org.apache.struts.util.TokenProcessor

Apache Struts API


Uses of Class
org.apache.struts.util.TokenProcessor

Packages that use TokenProcessor
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.util The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. 
 

Uses of TokenProcessor in org.apache.struts.action
 

Fields in org.apache.struts.action declared as TokenProcessor
private static TokenProcessor Action.token
          An instance of TokenProcessor to use for token functionality.
 

Uses of TokenProcessor in org.apache.struts.util
 

Fields in org.apache.struts.util declared as TokenProcessor
private static TokenProcessor TokenProcessor.instance
          The singleton instance of this class.
 

Methods in org.apache.struts.util that return TokenProcessor
static TokenProcessor TokenProcessor.getInstance()
          Retrieves the singleton instance of this class.
 



Copyright © 2000-2005 - The Apache Software Foundation