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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkHook()
Evaluates the hook and returns its value.
-
-
-
Method Detail
-
checkHook
boolean checkHook()
Evaluates the hook and returns its value.
-
-