Uses of Enum
de.xima.fc.mdl.enums.EServletAction
Packages that use EServletAction
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EServletAction in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return EServletAction -
Uses of EServletAction in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EServletActionModifier and TypeMethodDescriptionstatic EServletAction
Returns the enum constant of this type with the specified name.static EServletAction[]
EServletAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EServletAction in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return EServletActionMethods in de.xima.fc.plugin.models.params.servlet with parameters of type EServletActionModifier and TypeMethodDescriptionPluginServletActionParams.Builder.action
(EServletAction action) Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type EServletActionModifierConstructorDescriptionPluginServletActionParams
(SessionAttributes sessionAttributes, HashMap<String, List<String>> valueParameter, HashMap<String, List<FileData>> uploadFiles, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs) Deprecated.PluginServletActionParams
(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) PluginServletActionParams
(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, IUser user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) Deprecated.PluginServletActionParams
(Map<String, Serializable> sessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer benutzer, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs)
PluginServletActionParams(Map, Map, Map, Map, IUser, Locale, EServletAction, Map, FrontendServer, Mandant, String)