org.apache.tapestry5.annotations
Annotation Type WhitelistAccessOnly


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@UseWith(value=PAGE)
public @interface WhitelistAccessOnly

Identifies a page that should only be accessed from clients on the whitelist. This is used for some built-in pages (PageCatalog and ServiceStatus), 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



Copyright © 2003-2012 The Apache Software Foundation.