Annotation Type WhitelistAccessOnly


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @UseWith(PAGE)
    public @interface WhitelistAccessOnly
    Identifies a page that should only be accessed from clients on the whitelist. This is used for the built-in T5Dashboard page, but can also be used in application pages. Tapestry does its best to make a request to a whitelist-only page that is accessed from a client not on the whitelist appear to behave as if the page does not exist at all.
    Since:
    5.3
    See Also:
    MetaDataConstants.WHITELIST_ONLY_PAGE, ClientWhitelist