public final class TagLibConfig extends 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 String |
getSecuredUiPrefix() |
static 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 String getSecuredUiPrefix()
public static String getSecuredUiSuffix()