rewrite-api-el 2.0.6.Final
B D E G M O P R S T 

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 BeanNameResolver that checks for an ELBeanName annotation 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.ElMethod(Expression, Expression) - Constructor for class org.ocpsoft.rewrite.el.El.ElMethod
 
El.ElProperties - Class in org.ocpsoft.rewrite.el
 
El.ElProperties(Expression, Expression) - Constructor for class org.ocpsoft.rewrite.el.El.ElProperties
 
El.ElProperty - Class in org.ocpsoft.rewrite.el
Handle EL Property Injection and Extraction
El.ElProperty(Expression) - Constructor for class org.ocpsoft.rewrite.el.El.ElProperty
 
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.
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 Class bean 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(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.
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.
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.
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.

R

retrievalMethod(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.
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
 
B D E G M O P R S T 
rewrite-api-el 2.0.6.Final

Copyright © 2013 OCPsoft. All Rights Reserved.