Uses of Class
org.apache.struts.util.TokenProcessor
Packages that use TokenProcessor
Package
Description
This package provides objects that encapsulate access to
the request and session-scoped resources to service
command processing.
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.chain.contexts
Fields in org.apache.struts.chain.contexts declared as TokenProcessorModifier and TypeFieldDescriptionprotected TokenProcessor
ActionContextBase.token
Store the TokenProcessor instance for this Context. -
Uses of TokenProcessor in org.apache.struts.util
Methods in org.apache.struts.util that return TokenProcessorModifier and TypeMethodDescriptionstatic TokenProcessor
TokenProcessor.getInstance()
Retrieves the singleton instance of this class.