public class FaxToMailActionSupport
extends com.opensymphony.xwork2.ActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected FaxToMailConfiguration |
applicationConfig |
protected static com.google.gson.ExclusionStrategy |
EXCLUSION_STRATEGY |
protected static com.google.gson.Gson |
gson |
protected static com.google.common.collect.Multimap<Class<?>,String> |
GSON_EXCLUSIONS |
static String |
NEXT |
static String |
SAVE |
protected FaxToMailSession |
session |
| Constructor and Description |
|---|
FaxToMailActionSupport() |
| Modifier and Type | Method and Description |
|---|---|
FaxToMailConfiguration |
getApplicationConfig() |
FaxToMailUser |
getAuthenticatedUser() |
protected <T> Map<T,String> |
getEnumAsMap(T... values)
Transform enumeration values into map with i18n value for each enum value.
|
static com.google.gson.Gson |
getGson() |
protected FaxToMailSession |
getSession() |
boolean |
isAdmin() |
boolean |
isAuthenticated() |
void |
setApplicationConfig(FaxToMailConfiguration applicationConfig) |
void |
setSession(FaxToMailSession session) |
String |
toJson(Object element) |
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic static final String SAVE
public static final String NEXT
protected static final com.google.common.collect.Multimap<Class<?>,String> GSON_EXCLUSIONS
protected static final com.google.gson.ExclusionStrategy EXCLUSION_STRATEGY
protected FaxToMailConfiguration applicationConfig
protected FaxToMailSession session
protected static com.google.gson.Gson gson
public void setApplicationConfig(FaxToMailConfiguration applicationConfig)
public FaxToMailConfiguration getApplicationConfig()
protected FaxToMailSession getSession()
public void setSession(FaxToMailSession session)
public boolean isAuthenticated()
public boolean isAdmin()
public FaxToMailUser getAuthenticatedUser()
public static com.google.gson.Gson getGson()
Copyright © 2014–2016 CodeLutin. All rights reserved.