Interface ValueTypeTag
public interface ValueTypeTag
An interface that defines tags that can accept and store values.
This interface is implemented by tags that need to receive values
from child tags or other components in the tag hierarchy.
- Author:
- jbanes
-
Method Summary
-
Method Details
-
getValue
Object getValue()Gets the current value stored by the tag.- Returns:
- The value.
-
setValue
Sets the value stored by the tag.- Parameters:
value- The value.
-