public class ImplicitObjectELResolverForJsp extends ImplicitObjectELResolver
IMPLICIT_OBJECTSAPPLICATION, 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 ImplicitObjectELResolverjavax.el.ELExceptionpublic Class<?> getType(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
getType in class ImplicitObjectELResolverjavax.el.ELExceptionpublic void setValue(javax.el.ELContext context,
Object base,
Object property,
Object val)
throws javax.el.ELException
setValue in class ImplicitObjectELResolverjavax.el.ELExceptionpublic boolean isReadOnly(javax.el.ELContext context,
Object base,
Object property)
throws javax.el.ELException
isReadOnly in class ImplicitObjectELResolverjavax.el.ELExceptionpublic Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
getFeatureDescriptors in class ImplicitObjectELResolverpublic Class<?> getCommonPropertyType(javax.el.ELContext context, Object base)
getCommonPropertyType in class ImplicitObjectELResolverCopyright © 2010–2018 JBoss by Red Hat. All rights reserved.