Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private static TokenProcessor |
Action.token
An instance of
TokenProcessor to use for token functionality. |
Modifier and Type | Field and Description |
---|---|
private static TokenProcessor |
TokenProcessor.instance
The singleton instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static TokenProcessor |
TokenProcessor.getInstance()
Retrieves the singleton instance of this class.
|
Copyright ? 2000-2014 - The Apache Software Foundation