|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.el.ELResolver
javax.el.BeanELResolver
org.apache.camel.language.juel.BeanAndMethodELResolver
public class BeanAndMethodELResolver
An extension of the JUEL BeanELResolver which also supports the resolving of methods
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.el.BeanELResolver |
|---|
BeanELResolver.BeanProperties, BeanELResolver.BeanProperty |
| Field Summary |
|---|
| Fields inherited from class javax.el.ELResolver |
|---|
RESOLVABLE_AT_DESIGN_TIME, TYPE |
| Constructor Summary | |
|---|---|
BeanAndMethodELResolver()
|
|
| Method Summary | |
|---|---|
protected Method |
findMethod(ELContext elContext,
Object base,
Object property)
|
Object |
getValue(ELContext elContext,
Object base,
Object property)
|
| Methods inherited from class javax.el.BeanELResolver |
|---|
getCommonPropertyType, getFeatureDescriptors, getType, isReadOnly, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanAndMethodELResolver()
| Method Detail |
|---|
public Object getValue(ELContext elContext,
Object base,
Object property)
getValue in class BeanELResolver
protected Method findMethod(ELContext elContext,
Object base,
Object property)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||