rewrite-api-el 2.0.0.Final

Uses of Class
org.ocpsoft.rewrite.el.El

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.ElProperties
           
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.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(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.Final

Copyright © 2013 OCPsoft. All Rights Reserved.