Package com.aspectran.thymeleaf.context
Class UtilizedOgnlContext
java.lang.Object
ognl.OgnlContext
com.aspectran.thymeleaf.context.UtilizedOgnlContext
public final class UtilizedOgnlContext
extends ognl.OgnlContext
Created: 2024. 11. 27.
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionUtilizedOgnlContext
(org.thymeleaf.expression.IExpressionObjects expressionObjects) -
Method Summary
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
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
UtilizedOgnlContext
public UtilizedOgnlContext(org.thymeleaf.expression.IExpressionObjects expressionObjects)
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classognl.OgnlContext
-
get
-
put
-
remove
-