Uses of Class
org.ocpsoft.rewrite.el.El
Packages that use El
-
Uses of El in org.ocpsoft.rewrite.el
Subclasses of El in org.ocpsoft.rewrite.elModifier and TypeClassDescriptionstatic classHandle EL Method Invocation and Value Extractionstatic classstatic classHandle EL Property Injection and ExtractionMethods in org.ocpsoft.rewrite.el that return ElModifier and TypeMethodDescriptionstatic ElCreate a new EL Method binding using distinct expressions to submit and retrieve values.static ElEl.properties(Field submit, Field retrieve) Create a new EL Value binding using a single expression to submit and retrieve values.static ElEl.properties(String submit, String retrieve) Create a new EL Value binding using a single expression to submit and retrieve values.static ElCreate a new EL Value binding using a single expression to submit and retrieve values.static ElCreate a new EL Value binding using a single expression to submit and retrieve values.static ElCreate a new EL Value binding using a single expression to submit and retrieve values.static ElEl.retrievalMethod(Class<?> clazz, String methodName) Create a new EL Method binding to retrieve values.static ElEl.retrievalMethod(Method method) Create a new EL Method binding to retrieve values.static ElEl.retrievalMethod(String expression) Create a new EL Method binding to retrieve values.static ElEl.submissionMethod(String expression) Create a new EL Method binding to submit values.