org.apache.tapestry5.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:
MetaDataConstants.SECURE_PAGE



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