public static enum Jodd.JoddModule extends java.lang.Enum<Jodd.JoddModule>
| Enum Constant and Description |
|---|
BEAN |
CORE |
DB |
DECORA |
HTML_STAPLER |
HTTP |
JSON |
JTX |
LAGARTO |
MADVOC |
MAIL |
PETITE |
PROPS |
PROXETTA |
SERVLET |
UPLOAD |
VTOR |
| Modifier and Type | Method and Description |
|---|---|
static Jodd.JoddModule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Jodd.JoddModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jodd.JoddModule CORE
public static final Jodd.JoddModule BEAN
public static final Jodd.JoddModule DB
public static final Jodd.JoddModule DECORA
public static final Jodd.JoddModule HTTP
public static final Jodd.JoddModule HTML_STAPLER
public static final Jodd.JoddModule JSON
public static final Jodd.JoddModule JTX
public static final Jodd.JoddModule LAGARTO
public static final Jodd.JoddModule MADVOC
public static final Jodd.JoddModule MAIL
public static final Jodd.JoddModule PETITE
public static final Jodd.JoddModule PROPS
public static final Jodd.JoddModule PROXETTA
public static final Jodd.JoddModule SERVLET
public static final Jodd.JoddModule UPLOAD
public static final Jodd.JoddModule VTOR
public static Jodd.JoddModule[] values()
for (Jodd.JoddModule c : Jodd.JoddModule.values()) System.out.println(c);
public static Jodd.JoddModule valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2003-present Jodd Team