org.apache.tapestry.annotations
Annotation Type Secure


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Secure

A marker annotation that indicates that the page in question may only be accessed via HTTPS.

See Also:
TapestryConstants.SECURE_PAGE



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.