Package org.ocpsoft.rewrite.bind
Interface Retrieval
- All Known Subinterfaces:
Binding
- All Known Implementing Classes:
Evaluation
public interface Retrieval
Defines the methods necessary to perform
Binding value retrieval.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionretrieve(Rewrite event, EvaluationContext context) Retrieve the value from its storage location.
-
Method Details
-
retrieve
Retrieve the value from its storage location.
-