public class FaxToMailActionSupport
extends com.opensymphony.xwork2.ActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected FaxToMailConfiguration |
applicationConfig |
protected com.google.gson.Gson |
gson |
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.
|
com.google.gson.Gson |
getGson() |
protected FaxToMailSession |
getSession() |
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 FaxToMailConfiguration applicationConfig
protected FaxToMailSession session
protected 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 FaxToMailUser getAuthenticatedUser()
public com.google.gson.Gson getGson()
Copyright © 2014 CodeLutin. All rights reserved.