List of usage examples for javax.el VariableMapper subclass-usage
From source file org.nuxeo.ecm.platform.ui.web.binding.alias.AliasVariableMapperWrapper.java
/** * @since 5.6 */ @SuppressWarnings({ "unchecked", "rawtypes" }) public class AliasVariableMapperWrapper extends VariableMapper {
From source file org.nuxeo.ecm.platform.ui.web.binding.alias.AliasVariableMapper.java
/**
* Variable mapper that holds value expressions. It can be exposed to the request context after the JSF component tree
* build, so that {@link AliasValueExpression} instances can be resolved.
* <p>
* It also builds the {@link VariableMapper} to use when building the component tree, so that
* {@link AliasValueExpression} instances are kept in component attributes, even on ajax rerender.
From source file org.nuxeo.ecm.platform.ui.web.binding.BlockingVariableMapper.java
/**
* Alternative to {@link AliasVariableMapper} optimized behavior.
* <p>
* Keeps variables in the current context, but without aliasing variables for efficiency. Compared to the standard
* variable mappers, adds blocking features, given patterns, to allow compartmenting variables contexts (inside layout
* widget trees for instance).