public final class

TagLibConfig

extends Object
java.lang.Object
   ↳ org.springframework.security.taglibs.TagLibConfig

Class Overview

internal cconfiguration class for taglibs. Not for public use.

Summary

Public Constructors
TagLibConfig()
Public Methods
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()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TagLibConfig ()

Public Methods

public static int evalOrSkip (boolean authorized)

Returns EVAL_BODY_INCLUDE if the authorized flag is true or UI security has been disabled. Otherwise returns SKIP_BODY.

Parameters
authorized whether the user is authorized to see the content or not

public static String getSecuredUiPrefix ()

public static String getSecuredUiSuffix ()

public static boolean isUiSecurityDisabled ()