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