public class DemuxCompositeELResolver extends FacesCompositeELResolver
ELResolver for JSF
.FacesCompositeELResolver.ELResolverChainType
Constructor and Description |
---|
DemuxCompositeELResolver(FacesCompositeELResolver.ELResolverChainType chainType) |
Modifier and Type | Method and Description |
---|---|
void |
_addPropertyELResolver(javax.el.ELResolver elResolver) |
void |
add(javax.el.ELResolver elResolver) |
void |
addPropertyELResolver(javax.el.ELResolver elResolver) |
void |
addRootELResolver(javax.el.ELResolver elResolver) |
FacesCompositeELResolver.ELResolverChainType |
getChainType() |
Class<?> |
getCommonPropertyType(javax.el.ELContext context,
Object base) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
Object base) |
Class<?> |
getType(javax.el.ELContext context,
Object base,
Object property) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object val) |
public DemuxCompositeELResolver(FacesCompositeELResolver.ELResolverChainType chainType)
public FacesCompositeELResolver.ELResolverChainType getChainType()
getChainType
in class FacesCompositeELResolver
public void _addPropertyELResolver(javax.el.ELResolver elResolver)
public void addRootELResolver(javax.el.ELResolver elResolver)
addRootELResolver
in class FacesCompositeELResolver
public void addPropertyELResolver(javax.el.ELResolver elResolver)
addPropertyELResolver
in class FacesCompositeELResolver
public void add(javax.el.ELResolver elResolver)
add
in class javax.el.CompositeELResolver
public Object getValue(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getValue
in class javax.el.CompositeELResolver
javax.el.ELException
public Class<?> getType(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getType
in class javax.el.CompositeELResolver
javax.el.ELException
public void setValue(javax.el.ELContext context, Object base, Object property, Object val) throws javax.el.ELException
setValue
in class javax.el.CompositeELResolver
javax.el.ELException
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
isReadOnly
in class javax.el.CompositeELResolver
javax.el.ELException
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors
in class javax.el.CompositeELResolver
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.