|
rewrite-api-el 2.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.ElProperties
|
static class |
El.ElProperty
Handle EL Property Injection and Extraction |
| Constructor Summary | |
|---|---|
El()
|
|
| Method Summary | |
|---|---|
static El |
method(String retrieve,
String submit)
Create a new EL Method binding using distinct expressions to submit and retrieve values. |
static El |
properties(Field submit,
Field retrieve)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
properties(String submit,
String retrieve)
Create a new EL Value binding using a single expression 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 |
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 |
submissionMethod(String expression)
Create a new EL Method binding to submit values. |
| 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.Binding |
|---|
supportsRetrieval, supportsSubmission |
| Methods inherited from interface org.ocpsoft.rewrite.bind.Retrieval |
|---|
retrieve |
| Methods inherited from interface org.ocpsoft.rewrite.bind.Submission |
|---|
submit |
| Constructor Detail |
|---|
public El()
| Method Detail |
|---|
public static El method(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 submissionMethod(String expression)
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 properties(String submit,
String retrieve)
public static El properties(Field submit,
Field retrieve)
Field argument. The EL expression will be automatically created at runtime.
|
rewrite-api-el 2.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||