|
rewrite-api-el 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.bind.BindingBuilder<El,Object>
org.ocpsoft.rewrite.el.El
public abstract class El
Responsible for binding to EL expressions.
| Nested Class Summary | |
|---|---|
static class |
El.ElMethod
Handle EL Method Invocation and Value Extraction |
static class |
El.ElProperty
Handle EL Property Injection and Extraction |
| Constructor Summary | |
|---|---|
El()
|
|
| Method Summary | |
|---|---|
static El |
methodBinding(String retrieve,
String submit)
Create a new EL Method binding using distinct expressions to submit and retrieve values. |
static El |
property(Field field)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
property(String expression)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
property(String expression,
Class<? extends Converter<?>> type)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
property(String expression,
Class<? extends Converter<?>> converterType,
Class<? extends Validator<?>> validatorType)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
retrievalMethod(Method method)
Create a new EL Method binding to retrieve values. |
static El |
retrievalMethod(String expression)
Create a new EL Method binding to retrieve values. |
static El |
retrievalMethod(String expression,
Class<? extends Converter<?>> converterType)
Create a new EL Method binding to retrieve values. |
static El |
submissionMethod(String expression)
Create a new EL Method binding to submit values. |
static El |
submissionMethod(String expression,
Class<? extends Converter<?>> converterType)
Create a new EL Method binding to submit values. |
static El |
submissionMethod(String expression,
Class<? extends Converter<?>> converterType,
Class<? extends Validator<?>> validatorType)
Create a new EL Method binding to submit values. |
| Methods inherited from class org.ocpsoft.rewrite.bind.BindingBuilder |
|---|
convert, convertedBy, convertedBy, getConverter, getValidator, validate, validatedBy, validatedBy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ocpsoft.rewrite.bind.Retrieval |
|---|
retrieve |
| Methods inherited from interface org.ocpsoft.rewrite.bind.Binding |
|---|
supportsRetrieval, supportsSubmission |
| Methods inherited from interface org.ocpsoft.rewrite.bind.Submission |
|---|
submit |
| Constructor Detail |
|---|
public El()
| Method Detail |
|---|
public static El methodBinding(String retrieve,
String submit)
public static El retrievalMethod(String expression)
public static El retrievalMethod(Method method)
El.ElMethod instance
to refer to the method that should be invoked.
public static El retrievalMethod(String expression,
Class<? extends Converter<?>> converterType)
Converter when retrieving any values.
public static El submissionMethod(String expression)
public static El submissionMethod(String expression,
Class<? extends Converter<?>> converterType)
Converter before submitting any values.
public static El submissionMethod(String expression,
Class<? extends Converter<?>> converterType,
Class<? extends Validator<?>> validatorType)
Validator before attempting to submit any values. Use the given Converter before
submitting any values.
public static El property(String expression)
public static El property(Field field)
Field argument. The EL expression will be automatically created at runtime.
public static El property(String expression,
Class<? extends Converter<?>> type)
Converter before submitting any
values.
public static El property(String expression,
Class<? extends Converter<?>> converterType,
Class<? extends Validator<?>> validatorType)
Validator before attempting to
submit any values. Use the given Converter when submitting any values.
|
rewrite-api-el 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||