Skip navigation links
C D E G I O P R 

C

convert(Object) - Static method in interface org.trimou.el.ELProcessorFactory
If the value is an instance of ELProcessorFactory it's returned.
createELProcessor(Configuration) - Method in interface org.trimou.el.ELProcessorFactory
The returned processor is used to evaluate a single EL expression.

D

DEFAULT_NAME - Static variable in class org.trimou.el.ELHelper
 
defaultFactory() - Static method in interface org.trimou.el.ELProcessorFactory
 

E

EL_PROCESSOR_FACTORY_KEY - Static variable in interface org.trimou.el.ELProcessorFactory
This configuration key can be used to specify a custom ELProcessorFactory.
ELConfigurationExtension - Class in org.trimou.el
 
ELConfigurationExtension() - Constructor for class org.trimou.el.ELConfigurationExtension
 
ELEachHelper - Class in org.trimou.el
Extends EachHelper in the sense that a String param is evaluated as EL expression: {{#each "[1,2,3]"}} {{.}}
ELEachHelper() - Constructor for class org.trimou.el.ELEachHelper
 
ELHelper - Class in org.trimou.el
Evaluates the Object.toString() of the first parameter.
ELHelper() - Constructor for class org.trimou.el.ELHelper
 
ELIfHelper - Class in org.trimou.el
Extends IfHelper in the sense that a String param is evaluated as EL expression: {{#if "item.price gt 200"}} {{item.name}} {{/if}}
ELIfHelper() - Constructor for class org.trimou.el.ELIfHelper
 
ELIfHelper(String, String) - Constructor for class org.trimou.el.ELIfHelper
 
ELProcessorFactory - Interface in org.trimou.el
This factory is used to instantiate a new ELProcessor when evaluating EL expressions.
ELSetHelper - Class in org.trimou.el
Extends SetHelper in the sense that a String param is evaluated as EL expression: {{#set couple='["foo","bar"]'}} {{couple.0}}:{{couple.1}} {{/set}}
ELSetHelper() - Constructor for class org.trimou.el.ELSetHelper
 
execute(Options) - Method in class org.trimou.el.ELHelper
 

G

getConfigurationKeys() - Method in class org.trimou.el.ELEachHelper
 
getConfigurationKeys() - Method in class org.trimou.el.ELHelper
 
getConfigurationKeys() - Method in class org.trimou.el.ELIfHelper
 
getConfigurationKeys() - Method in class org.trimou.el.ELSetHelper
 
getMap(Options) - Method in class org.trimou.el.ELSetHelper
 
getPriority() - Method in class org.trimou.el.ELConfigurationExtension
 

I

isMatching(Object, Options) - Method in class org.trimou.el.ELIfHelper
 

O

org.trimou.el - package org.trimou.el
 

P

processParameter(Object, Options, int, int, boolean) - Method in class org.trimou.el.ELEachHelper
 

R

register(ConfigurationExtension.ConfigurationExtensionBuilder) - Method in class org.trimou.el.ELConfigurationExtension
 
C D E G I O P R 
Skip navigation links

Copyright © 2017. All rights reserved.