List of usage examples for javax.el FunctionMapper subclass-usage
From source file org.apache.deltaspike.scxml.impl.el.TagsFunctionMapper.java
/** * * @author Waldemar Kaczyski */ public class TagsFunctionMapper extends FunctionMapper implements Serializable {
From source file org.apache.deltaspike.scxml.impl.el.BuiltinFunctionMapper.java
/** * * @author Waldemar Kaczyski */ public class BuiltinFunctionMapper extends FunctionMapper implements Serializable {
From source file org.jspringbot.keyword.expression.engine.function.DefaultFunctionMapper.java
/** * Default function mapper implementation */ class DefaultFunctionMapper extends FunctionMapper { private Map<String, Method> map = Collections.emptyMap();
From source file com.github.htfv.maven.plugins.buildconfigurator.core.el.BuildConfiguratorFunctionMapper.java
/**
* Implements Build Configurator specific function mapper. It allows using the
* following functions in EL:
* <ul>
* <li>{@code str:concat(str1, str2)} - concatenates 2 strings.</li>
* <li>{@code str:concat3(str1, str2, str3)} - concatenates 3 strings.</li>
From source file com.asual.summer.core.faces.FacesFunctionMapper.java
/** * * @author Rostislav Hristov * */ public class FacesFunctionMapper extends FunctionMapper {