Uses of Class
org.apache.struts.util.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
Modifier and TypeFieldDescriptionprotected TokenProcessor
ActionContextBase.token
Store the TokenProcessor instance for this Context. -
Uses of TokenProcessor in org.apache.struts.util
Modifier and TypeMethodDescriptionstatic TokenProcessor
TokenProcessor.getInstance()
Retrieves the singleton instance of this class.