Uses of Interface
org.thymeleaf.context.IExpressionContext
-
Packages that use IExpressionContext Package Description org.thymeleaf.context org.thymeleaf.expression org.thymeleaf.linkbuilder org.thymeleaf.standard.expression -
-
Uses of IExpressionContext in org.thymeleaf.context
Subinterfaces of IExpressionContext in org.thymeleaf.context Modifier and Type Interface Description interfaceIEngineContextMostly-internal interface implemented by all classes containing the context required for template processing inside the engine itself.interfaceITemplateContextInterface implemented by all classes containing the context required for template processing.Classes in org.thymeleaf.context that implement IExpressionContext Modifier and Type Class Description classAbstractEngineContextUtility abstract class partially implementingIEngineContext.classAbstractExpressionContextBase abstract class implementingIExpressionContext.classEngineContextBasic non-web implementation of theIEngineContextinterface.classExpressionContextBasic implementation of theIExpressionContextinterface.classWebEngineContextBasic web implementation of theIEngineContextinterface, based on the Servlet API.classWebExpressionContextBasic web-oriented implementation of theIExpressionContextandIWebContextinterfaces. -
Uses of IExpressionContext in org.thymeleaf.expression
Methods in org.thymeleaf.expression with parameters of type IExpressionContext Modifier and Type Method Description ObjectIExpressionObjectFactory. buildObject(IExpressionContext context, String expressionObjectName)Build the requested object.Constructors in org.thymeleaf.expression with parameters of type IExpressionContext Constructor Description Conversions(IExpressionContext context)ExpressionObjects(IExpressionContext context, IExpressionObjectFactory expressionObjectFactory) -
Uses of IExpressionContext in org.thymeleaf.linkbuilder
Methods in org.thymeleaf.linkbuilder with parameters of type IExpressionContext Modifier and Type Method Description StringILinkBuilder. buildLink(IExpressionContext context, String base, Map<String,Object> parameters)Build a link, returningnullif not possible.StringStandardLinkBuilder. buildLink(IExpressionContext context, String base, Map<String,Object> parameters)protected StringStandardLinkBuilder. computeContextPath(IExpressionContext context, String base, Map<String,Object> parameters)Compute the context path to be applied to URLs that have been determined to be context-relative (and therefore need a context path to be inserted at their beginning).protected StringStandardLinkBuilder. processLink(IExpressionContext context, String link)Process an already-built URL just before returning it. -
Uses of IExpressionContext in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression with parameters of type IExpressionContext Modifier and Type Method Description ObjectStandardExpressionObjectFactory. buildObject(IExpressionContext context, String expressionObjectName)<T> TAbstractStandardConversionService. convert(IExpressionContext context, Object object, Class<T> targetClass)<T> TIStandardConversionService. convert(IExpressionContext context, Object object, Class<T> targetClass)Convert a value to the specified target class, if possible.protected <T> TAbstractStandardConversionService. convertOther(IExpressionContext context, Object object, Class<T> targetClass)protected StringAbstractStandardConversionService. convertToString(IExpressionContext context, Object object)static FragmentExpression.ExecutedFragmentExpressionFragmentExpression. createExecutedFragmentExpression(IExpressionContext context, FragmentExpression expression)static FragmentExpression.ExecutedFragmentExpressionFragmentExpression. createExecutedFragmentExpression(IExpressionContext context, FragmentExpression expression, StandardExpressionExecutionContext expContext)Deprecated.Deprecated in 3.0.9.ObjectIStandardVariableExpressionEvaluator. evaluate(IExpressionContext context, IStandardVariableExpression expression, StandardExpressionExecutionContext expContext)Evaluate the variable expression.ObjectOGNLVariableExpressionEvaluator. evaluate(IExpressionContext context, IStandardVariableExpression expression, StandardExpressionExecutionContext expContext)ObjectExpression. execute(IExpressionContext context)ObjectExpression. execute(IExpressionContext context, StandardExpressionExecutionContext expContext)ObjectIStandardExpression. execute(IExpressionContext context)Execute the expression.ObjectIStandardExpression. execute(IExpressionContext context, StandardExpressionExecutionContext expContext)Execute the expression.static AssignationSequenceAssignationUtils. parseAssignationSequence(IExpressionContext context, String input, boolean allowParametersWithoutValue)AssignationSequenceStandardExpressionParser. parseAssignationSequence(IExpressionContext context, String input, boolean allowParametersWithoutValue)static EachEachUtils. parseEach(IExpressionContext context, String input)EachStandardExpressionParser. parseEach(IExpressionContext context, String input)IStandardExpressionIStandardExpressionParser. parseExpression(IExpressionContext context, String input)Parse the specified expression.ExpressionStandardExpressionParser. parseExpression(IExpressionContext context, String input)static ExpressionSequenceExpressionSequenceUtils. parseExpressionSequence(IExpressionContext context, String input)ExpressionSequenceStandardExpressionParser. parseExpressionSequence(IExpressionContext context, String input)
-