Class UtilizedOgnlContext

java.lang.Object
ognl.OgnlContext
com.aspectran.thymeleaf.context.UtilizedOgnlContext
All Implemented Interfaces:
Map<String,Object>

public final class UtilizedOgnlContext extends ognl.OgnlContext

Created: 2024. 11. 27.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K,V>
  • Constructor Summary

    Constructors
    Constructor
    Description
    UtilizedOgnlContext(org.thymeleaf.expression.IExpressionObjects expressionObjects)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    get(Object key)
     
    put(String key, Object value)
     
     

    Methods inherited from class ognl.OgnlContext

    addLocalReference, clear, containsValue, entrySet, equals, getClassResolver, getCurrentAccessor, getCurrentEvaluation, getCurrentNode, getCurrentObject, getCurrentType, getEvaluation, getFirstAccessor, getFirstType, getKeepLastEvaluation, getLastEvaluation, getLocalReferences, getMemberAccess, getPreviousAccessor, getPreviousType, getRoot, getRootEvaluation, getTraceEvaluations, getTypeConverter, getValues, hashCode, incrementLocalReferenceCounter, isEmpty, isIgnoreReadMethods, isKeepLastEvaluation, isTraceEvaluations, keySet, popEvaluation, pushEvaluation, putAll, setCurrentAccessor, setCurrentEvaluation, setCurrentNode, setCurrentObject, setCurrentType, setIgnoreReadMethods, setKeepLastEvaluation, setLastEvaluation, setPreviousType, setRoot, setRootEvaluation, setTraceEvaluations, setValues, size, values, withValues

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UtilizedOgnlContext

      public UtilizedOgnlContext(org.thymeleaf.expression.IExpressionObjects expressionObjects)
  • Method Details