Class OGNLVariableExpressionEvaluator.ThymeleafACLMemberAccess

  • All Implemented Interfaces:
    ognl.MemberAccess
    Enclosing class:
    OGNLVariableExpressionEvaluator

    static final class OGNLVariableExpressionEvaluator.ThymeleafACLMemberAccess
    extends ognl.AbstractMemberAccess
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAccessible​(java.util.Map context, java.lang.Object target, java.lang.reflect.Member member, java.lang.String propertyName)  
      • Methods inherited from class ognl.AbstractMemberAccess

        restore, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThymeleafACLMemberAccess

        ThymeleafACLMemberAccess()
    • Method Detail

      • isAccessible

        public boolean isAccessible​(java.util.Map context,
                                    java.lang.Object target,
                                    java.lang.reflect.Member member,
                                    java.lang.String propertyName)