rewrite-api-el 2.0.0.Final

org.ocpsoft.rewrite.el
Class El.ElProperties

java.lang.Object
  extended by org.ocpsoft.rewrite.el.El
      extended by org.ocpsoft.rewrite.el.El.ElProperties
All Implemented Interfaces:
Binding, Retrieval, Submission
Enclosing class:
El

public static class El.ElProperties
extends El


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ocpsoft.rewrite.el.El
El.ElMethod, El.ElProperties, El.ElProperty
 
Constructor Summary
El.ElProperties(org.ocpsoft.rewrite.el.Expression submit, org.ocpsoft.rewrite.el.Expression retrieve)
           
 
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, properties, properties, property, property, retrievalMethod, retrievalMethod, submissionMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

El.ElProperties

public El.ElProperties(org.ocpsoft.rewrite.el.Expression submit,
                       org.ocpsoft.rewrite.el.Expression retrieve)
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.Final

Copyright © 2013 OCPsoft. All Rights Reserved.