|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.util.TokenHelper
public class TokenHelper
TokenHelper
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_TOKEN_NAME
The default name to map the token value |
static java.lang.String |
TOKEN_NAME_FIELD
The name of the field which will hold the token name |
| Constructor Summary | |
|---|---|
TokenHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
generateGUID()
|
static java.lang.String |
getToken()
Gets a transaction token into the session using the default token name. |
static java.lang.String |
getToken(java.lang.String tokenName)
Gets the Token value from the params in the ServletActionContext using the given name |
static java.lang.String |
getTokenName()
Gets the token name from the Parameters in the ServletActionContext |
static java.lang.String |
setToken()
Sets a transaction token into the session using the default token name. |
static java.lang.String |
setToken(java.lang.String tokenName)
Sets a transaction token into the session using the provided token name. |
static boolean |
validToken()
Checks for a valid transaction token in the current request params. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_TOKEN_NAME
public static final java.lang.String TOKEN_NAME_FIELD
| Constructor Detail |
|---|
public TokenHelper()
| Method Detail |
|---|
public static java.lang.String setToken()
public static java.lang.String setToken(java.lang.String tokenName)
tokenName - the name to store into the session with the token as the value
public static java.lang.String getToken()
public static java.lang.String getToken(java.lang.String tokenName)
tokenName - the name of the parameter which holds the token value
public static java.lang.String getTokenName()
public static boolean validToken()
TOKEN_NAME_FIELD), true if a valid token is foundpublic static java.lang.String generateGUID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||