Uses of Class
javax.el.ELException

Uses of ELException in javax.el
 

Subclasses of ELException in javax.el
 class MethodNotFoundException
           
 class PropertyNotFoundException
           
 class PropertyNotWritableException
           
 

Methods in javax.el that throw ELException
abstract  java.lang.Object ExpressionFactory.coerceToType(java.lang.Object obj, java.lang.Class<?> expectedType)
           
abstract  MethodExpression ExpressionFactory.createMethodExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)
           
abstract  ValueExpression ExpressionFactory.createValueExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedType)
           
abstract  MethodInfo MethodExpression.getMethodInfo(ELContext context)
           
abstract  java.lang.Class<?> ValueExpression.getType(ELContext context)
           
 java.lang.Class<?> CompositeELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> ResourceBundleELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Class<?> ELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> ArrayELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> BeanELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> MapELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> ListELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Object ValueExpression.getValue(ELContext context)
           
 java.lang.Object CompositeELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object ResourceBundleELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Object ELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object ArrayELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object BeanELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object MapELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object ListELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Object MethodExpression.invoke(ELContext context, java.lang.Object[] params)
           
abstract  boolean ValueExpression.isReadOnly(ELContext context)
           
 boolean CompositeELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean ResourceBundleELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  boolean ELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean ArrayELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean BeanELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean MapELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean ListELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  void ValueExpression.setValue(ELContext context, java.lang.Object value)
           
 void CompositeELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void ResourceBundleELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
abstract  void ELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void ArrayELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void BeanELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void MapELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void ListELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 

Constructors in javax.el that throw ELException
BeanELResolver.BeanProperties(java.lang.Class<?> type)
           
 



Copyright © 2008. All Rights Reserved.