public class ImplicitObjectELResolverForJsp extends ImplicitObjectELResolver
IMPLICIT_OBJECTS
APPLICATION, APPLICATION_SCOPE, COMPONENT, COMPOSITE_COMPONENT, COOKIE, FACES_CONTEXT, FACES_FLOW, FLASH, HEADER, HEADER_VALUES, INIT_PARAM, PARAM, PARAM_VALUES, REQUEST, REQUEST_SCOPE, RESOURCE, SESSION, SESSION_SCOPE, VIEW, VIEW_SCOPE
Constructor and Description |
---|
ImplicitObjectELResolverForJsp() |
Modifier and Type | Method and Description |
---|---|
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 Object getValue(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getValue
in class ImplicitObjectELResolver
javax.el.ELException
public Class<?> getType(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getType
in class ImplicitObjectELResolver
javax.el.ELException
public void setValue(javax.el.ELContext context, Object base, Object property, Object val) throws javax.el.ELException
setValue
in class ImplicitObjectELResolver
javax.el.ELException
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
isReadOnly
in class ImplicitObjectELResolver
javax.el.ELException
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors
in class ImplicitObjectELResolver
public Class<?> getCommonPropertyType(javax.el.ELContext context, Object base)
getCommonPropertyType
in class ImplicitObjectELResolver
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.