Package org.ocpsoft.rewrite.bind
Interface Submission
- All Known Subinterfaces:
Binding
- All Known Implementing Classes:
Evaluation
public interface Submission
Defines the methods necessary to perform, converted, validated
Binding value submission.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionsubmit(Rewrite event, EvaluationContext context, Object value) Store a value into the designated storage location.
-
Method Details
-
submit
Store a value into the designated storage location. Return any value that is produces as a result of this operation.
-