Index
All Classes and Interfaces|All Packages
B
- BeanNameResolver - Interface in org.ocpsoft.rewrite.el.spi
-
Implementations of this interfaces are able to obtain the name of a bean in the EL context by its type.
D
- DefaultBeanNameResolver - Class in org.ocpsoft.rewrite.el
-
A default implementation of
BeanNameResolverthat checks for anELBeanNameannotation on the type. - DefaultBeanNameResolver() - Constructor for class org.ocpsoft.rewrite.el.DefaultBeanNameResolver
E
- El - Class in org.ocpsoft.rewrite.el
-
Responsible for binding to EL expressions.
- El() - Constructor for class org.ocpsoft.rewrite.el.El
- El.ElMethod - Class in org.ocpsoft.rewrite.el
-
Handle EL Method Invocation and Value Extraction
- El.ElProperties - Class in org.ocpsoft.rewrite.el
- El.ElProperty - Class in org.ocpsoft.rewrite.el
-
Handle EL Property Injection and Extraction
- ELBeanName - Annotation Type in org.ocpsoft.rewrite.el
-
This annotation can be placed on a bean to tell Rewrite about the name the bean in the EL context.
- ElMethod(Expression, Expression) - Constructor for class org.ocpsoft.rewrite.el.El.ElMethod
- ElProperties(Expression, Expression) - Constructor for class org.ocpsoft.rewrite.el.El.ElProperties
- ElProperty(Expression) - Constructor for class org.ocpsoft.rewrite.el.El.ElProperty
- evaluateMethodExpression(String) - Method in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider
-
Invoke the method specified by the given EL expression, returning the result - if any.
- evaluateMethodExpression(String, Object...) - Method in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider
-
Evaluate a method expression, passing the given parameters, returning the result - if any.
- ExpressionLanguageProvider - Interface in org.ocpsoft.rewrite.el.spi
-
Defines a service interface to provide EL support.
G
- getBeanName(Class<?>) - Method in class org.ocpsoft.rewrite.el.DefaultBeanNameResolver
- getBeanName(Class<?>) - Method in interface org.ocpsoft.rewrite.el.spi.BeanNameResolver
-
Resolve the EL name of the given
Classbean type.
M
- method(String, String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Method binding using distinct expressions to submit and retrieve values.
O
- org.ocpsoft.rewrite.el - package org.ocpsoft.rewrite.el
- org.ocpsoft.rewrite.el.spi - package org.ocpsoft.rewrite.el.spi
P
- properties(Field, Field) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Value binding using a single expression to submit and retrieve values.
- properties(String, String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Value binding using a single expression to submit and retrieve values.
- property(Class<?>, String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Value binding using a single expression to submit and retrieve values.
- property(Field) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Value binding using a single expression to submit and retrieve values.
- property(String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Value binding using a single expression to submit and retrieve values.
R
- retrievalMethod(Class<?>, String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Method binding to retrieve values.
- retrievalMethod(Method) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Method binding to retrieve values.
- retrievalMethod(String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Method binding to retrieve values.
- retrieve(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.el.El.ElMethod
- retrieve(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.el.El.ElProperties
- retrieve(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.el.El.ElProperty
- retrieveValue(String) - Method in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider
-
Extract a value from the location specified by the given EL location.
S
- submissionMethod(String) - Static method in class org.ocpsoft.rewrite.el.El
-
Create a new EL Method binding to submit values.
- submit(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.el.El.ElMethod
- submit(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.el.El.ElProperties
- submit(Rewrite, EvaluationContext, Object) - Method in class org.ocpsoft.rewrite.el.El.ElProperty
- submitValue(String, Object) - Method in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider
-
Inject a value into location specified by the given EL expression.
- supportsRetrieval() - Method in class org.ocpsoft.rewrite.el.El.ElMethod
- supportsRetrieval() - Method in class org.ocpsoft.rewrite.el.El.ElProperties
- supportsRetrieval() - Method in class org.ocpsoft.rewrite.el.El.ElProperty
- supportsSubmission() - Method in class org.ocpsoft.rewrite.el.El.ElMethod
- supportsSubmission() - Method in class org.ocpsoft.rewrite.el.El.ElProperties
- supportsSubmission() - Method in class org.ocpsoft.rewrite.el.El.ElProperty
T
- toString() - Method in class org.ocpsoft.rewrite.el.El.ElMethod
- toString() - Method in class org.ocpsoft.rewrite.el.El.ElProperties
- toString() - Method in class org.ocpsoft.rewrite.el.El.ElProperty
V
- value() - Element in annotation type org.ocpsoft.rewrite.el.ELBeanName
-
The name of the annotated bean in the EL context
All Classes and Interfaces|All Packages