org.springframework.security.taglibs
Class TagLibConfig

java.lang.Object
  extended by org.springframework.security.taglibs.TagLibConfig

public final class TagLibConfig
extends Object

internal cconfiguration class for taglibs. Not for public use.


Constructor Summary
TagLibConfig()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagLibConfig

public TagLibConfig()
Method Detail

evalOrSkip

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

isUiSecurityDisabled

public static boolean isUiSecurityDisabled()

getSecuredUiPrefix

public static String getSecuredUiPrefix()

getSecuredUiSuffix

public static String getSecuredUiSuffix()