Package org.apache.webbeans.el22
Class WebBeansELResolver
- java.lang.Object
-
- jakarta.el.ELResolver
-
- org.apache.webbeans.el22.WebBeansELResolver
-
public class WebBeansELResolver extends jakarta.el.ELResolverJSF or JSP expression language a.k.a EL resolver.EL is registered with the JSF in faces-config.xml if there exist a faces-config.xml in the application location
WEB-INF/. Otherwise it is registered with JspApplicationContext at start-up.All
@Dependentscoped contextual instances created during an EL expression evaluation are destroyed when the evaluation completes.- Version:
- $Rev: 1307826 $ $Date: 2012-03-31 18:24:37 +0300 (Sat, 31 Mar 2012) $
-
-
Constructor Summary
Constructors Constructor Description WebBeansELResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCommonPropertyType(jakarta.el.ELContext arg0, Object arg1)protected ObjectgetDependentContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, jakarta.el.ELContext context, jakarta.enterprise.inject.spi.Bean<?> bean)Iterator<FeatureDescriptor>getFeatureDescriptors(jakarta.el.ELContext arg0, Object arg1)protected ObjectgetNormalScopedContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, jakarta.el.ELContext context, jakarta.enterprise.inject.spi.Bean<?> bean, String beanName)Class<?>getType(jakarta.el.ELContext arg0, Object arg1, Object arg2)ObjectgetValue(jakarta.el.ELContext context, Object base, Object property)booleanisReadOnly(jakarta.el.ELContext arg0, Object arg1, Object arg2)voidsetValue(jakarta.el.ELContext arg0, Object arg1, Object arg2, Object arg3)
-
-
-
Method Detail
-
getCommonPropertyType
public Class<?> getCommonPropertyType(jakarta.el.ELContext arg0, Object arg1)
- Specified by:
getCommonPropertyTypein classjakarta.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext arg0, Object arg1)
- Specified by:
getFeatureDescriptorsin classjakarta.el.ELResolver
-
getType
public Class<?> getType(jakarta.el.ELContext arg0, Object arg1, Object arg2) throws jakarta.el.ELException
- Specified by:
getTypein classjakarta.el.ELResolver- Throws:
jakarta.el.ELException
-
getValue
public Object getValue(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException
- Specified by:
getValuein classjakarta.el.ELResolver- Throws:
jakarta.el.ELException
-
getNormalScopedContextualInstance
protected Object getNormalScopedContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, jakarta.el.ELContext context, jakarta.enterprise.inject.spi.Bean<?> bean, String beanName)
-
getDependentContextualInstance
protected Object getDependentContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, jakarta.el.ELContext context, jakarta.enterprise.inject.spi.Bean<?> bean)
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext arg0, Object arg1, Object arg2) throws jakarta.el.ELException- Specified by:
isReadOnlyin classjakarta.el.ELResolver- Throws:
jakarta.el.ELException
-
-