|
rewrite-api-el 2.0.0.Alpha3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use El | |
|---|---|
| org.ocpsoft.rewrite.el | |
| Uses of El in org.ocpsoft.rewrite.el |
|---|
| Subclasses of El in org.ocpsoft.rewrite.el | |
|---|---|
static class |
El.ElMethod
Handle EL Method Invocation and Value Extraction |
static class |
El.ElProperty
Handle EL Property Injection and Extraction |
| Methods in org.ocpsoft.rewrite.el that return El | |
|---|---|
static El |
El.method(String retrieve,
String submit)
Create a new EL Method binding using distinct expressions to submit and retrieve values. |
static El |
El.property(Field field)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
El.property(String expression)
Create a new EL Value binding using a single expression to submit and retrieve values. |
static El |
El.retrievalMethod(Method method)
Create a new EL Method binding to retrieve values. |
static El |
El.retrievalMethod(String expression)
Create a new EL Method binding to retrieve values. |
static El |
El.submissionMethod(String expression)
Create a new EL Method binding to submit values. |
|
rewrite-api-el 2.0.0.Alpha3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||