Package de.bmiag.tapir.page.annotation
Interface PageActiveCheck
-
public interface PageActiveCheck
Provides the possibility to implement a page active check. This is especially useful for classes annotated withPage
.- Since:
- 3.0.0
- Author:
- Oliver Libutzki <[email protected]>
- See Also:
Page
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPageActive()
Tests if the page is active.
-