rewrite-api-el 2.0.0.Alpha3

org.ocpsoft.rewrite.el
Class El.ElProperty

java.lang.Object
  extended by org.ocpsoft.rewrite.bind.BindingBuilder<El,Object>
      extended by org.ocpsoft.rewrite.el.El
          extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ocpsoft.rewrite.el.El
El.ElMethod, El.ElProperty
 
Constructor Summary
El.ElProperty(org.ocpsoft.rewrite.el.Expression expression)
           
 
Method Summary
 Object retrieve(Rewrite event, EvaluationContext context)
           
 Object submit(Rewrite event, EvaluationContext context, Object value)
           
 boolean supportsRetrieval()
           
 boolean supportsSubmission()
           
 String toString()
           
 
Methods inherited from class org.ocpsoft.rewrite.el.El
method, property, property, retrievalMethod, retrievalMethod, submissionMethod
 
Methods inherited from class org.ocpsoft.rewrite.bind.BindingBuilder
convert, convertedBy, convertedBy, getConverter, getValidator, validate, validatedBy, validatedBy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

El.ElProperty

public El.ElProperty(org.ocpsoft.rewrite.el.Expression expression)
Method Detail

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

rewrite-api-el 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.