public class CaseInsensitive
extends java.lang.Object
| Constructor and Description |
|---|
CaseInsensitive() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Init.
|
static boolean |
isCaseInsensitive()
Returns true if the local environment is case sensitive.
|
void |
setValue(boolean isInsensitive)
Sets true if case sensitive.
|
public static boolean isCaseInsensitive()
public void setValue(boolean isInsensitive)
@PostConstruct public void init()