org.ocpsoft.rewrite.el
Class El.ElProperty
java.lang.Object
org.ocpsoft.rewrite.bind.BindingBuilder<El,Object>
org.ocpsoft.rewrite.el.El
org.ocpsoft.rewrite.el.El.ElProperty
- All Implemented Interfaces:
- Binding, Converter<Object>, HasConverter<El>, HasValidator<El>, Retrieval, Submission, Validator<Object>
- Enclosing class:
- El
public static class El.ElProperty
- extends El
Handle EL Property Injection and Extraction
|
Constructor Summary |
El.ElProperty(org.ocpsoft.rewrite.el.Expression expression)
|
| Methods inherited from class org.ocpsoft.rewrite.el.El |
methodBinding, property, property, property, property, retrievalMethod, retrievalMethod, retrievalMethod, submissionMethod, submissionMethod, submissionMethod |
El.ElProperty
public El.ElProperty(org.ocpsoft.rewrite.el.Expression expression)
retrieve
public Object retrieve(Rewrite event,
EvaluationContext context)
supportsRetrieval
public boolean supportsRetrieval()
supportsSubmission
public boolean supportsSubmission()
submit
public Object submit(Rewrite event,
EvaluationContext context,
Object value)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 OCPsoft. All Rights Reserved.