public final class TagLibConfig
extends java.lang.Object
| Constructor and Description |
|---|
TagLibConfig() |
| Modifier and Type | Method and Description |
|---|---|
static int |
evalOrSkip(boolean authorized)
Returns EVAL_BODY_INCLUDE if the authorized flag is true or UI security has been
disabled.
|
static java.lang.String |
getSecuredUiPrefix() |
static java.lang.String |
getSecuredUiSuffix() |
static boolean |
isUiSecurityDisabled() |
public static int evalOrSkip(boolean authorized)
authorized - whether the user is authorized to see the content or notpublic static boolean isUiSecurityDisabled()
public static java.lang.String getSecuredUiPrefix()
public static java.lang.String getSecuredUiSuffix()