Package org.apache.tapestry5
Interface BooleanHook
public interface BooleanHook
Encapsulates a bit of information that can be represented as a boolean.
- Since:
- 5.4
-
Method Summary
-
Method Details
-
checkHook
boolean checkHook()Evaluates the hook and returns its value.
-