Package | Description |
---|---|
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
static ServletUtils.DebugLevels |
ServletUtils.DebugLevels.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServletUtils.DebugLevels[] |
ServletUtils.DebugLevels.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServletUtils.log(java.lang.String o,
ServletUtils.DebugLevels level)
Convenience method for printing statements.
|
static void |
ServletUtils.setDebug(ServletUtils.DebugLevels debug)
Sets DebugLevel
|