| Package | Description |
|---|---|
| org.ocpsoft.rewrite.el |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.properties(Field submit,
Field retrieve)
Create a new EL Value binding using a single expression to submit and retrieve values.
|
static El |
El.properties(String submit,
String retrieve)
Create a new EL Value binding using a single expression to submit and retrieve values.
|
static El |
El.property(Class<?> clazz,
String fieldName)
Create a new EL Value binding using a single expression 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(Class<?> clazz,
String methodName)
Create a new EL Method binding to 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.
|
Copyright © 2018 OCPsoft. All rights reserved.