Modifier and Type | Field and Description |
---|---|
protected AliasVariableMapper |
UIAliasHolderWrapper.mapper |
Modifier and Type | Field and Description |
---|---|
protected AliasVariableMapper |
UIAliasHolder.alias
Keep the alias transient: it's supposed to be set at build time by facelet handlers and does not need to be
restored/saved.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,AliasVariableMapper> |
NuxeoAliasBean.vms |
Modifier and Type | Method and Description |
---|---|
AliasVariableMapper |
NuxeoAliasBean.get(String id) |
AliasVariableMapper |
UIAliasHolder.getAlias() |
protected AliasVariableMapper |
UIAliasHolder.getAliasVariableMapper() |
static AliasVariableMapper |
AliasVariableMapper.getVariableMapper(javax.faces.context.FacesContext ctx,
String id) |
Modifier and Type | Method and Description |
---|---|
Map<String,AliasVariableMapper> |
NuxeoAliasBean.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
NuxeoAliasBean.add(AliasVariableMapper vm) |
protected void |
AliasTagHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
AliasVariableMapper alias,
javax.faces.view.facelets.FaceletHandler nextHandler) |
protected void |
AliasTagHandler.applyAliasHandler(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
AliasVariableMapper alias,
javax.faces.view.facelets.FaceletHandler nextHandler,
boolean createComponent) |
protected void |
AliasTagHandler.applyCompat(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
AliasVariableMapper alias,
javax.faces.view.facelets.FaceletHandler nextHandler)
Compatibility application of facelet handler, used to preserve behaviour while optimizing and improving variables
exposure and resolution.
|
static void |
AliasVariableMapper.exposeAliasesToRequest(javax.faces.context.FacesContext ctx,
AliasVariableMapper vm) |
void |
UIAliasHolder.setAlias(AliasVariableMapper alias) |
Modifier and Type | Method and Description |
---|---|
protected AliasVariableMapper |
UIValueHolder.getAliasVariableMapper(javax.faces.context.FacesContext ctx) |
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.FaceletHandler |
SetTagHandler.getAliasVariableMapper(javax.faces.view.facelets.FaceletContext ctx,
AliasVariableMapper target) |
Copyright © 2015 Nuxeo SA. All rights reserved.