rewrite-api-el 2.0.0.Alpha2

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.ElProperty
          Handle EL Property Injection and Extraction
 

Methods in org.ocpsoft.rewrite.el that return El
static El El.methodBinding(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.property(String expression, Class<? extends Converter<?>> type)
          Create a new EL Value binding using a single expression to submit and retrieve values.
static El El.property(String expression, Class<? extends Converter<?>> converterType, Class<? extends Validator<?>> validatorType)
          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.retrievalMethod(String expression, Class<? extends Converter<?>> converterType)
          Create a new EL Method binding to retrieve values.
static El El.submissionMethod(String expression)
          Create a new EL Method binding to submit values.
static El El.submissionMethod(String expression, Class<? extends Converter<?>> converterType)
          Create a new EL Method binding to submit values.
static El El.submissionMethod(String expression, Class<? extends Converter<?>> converterType, Class<? extends Validator<?>> validatorType)
          Create a new EL Method binding to submit values.
 


rewrite-api-el 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.