Package org.apache.tapestry5.annotations
Annotation Type Secure
-
@Target(TYPE) @Retention(RUNTIME) @Documented @UseWith(PAGE) public @interface Secure
A marker annotation that indicates that the page in question may only be accessed via HTTPS. Normally, this annotation is ignored in development mode and only used in production mode. This can be changed via theSymbolConstants.SECURE_ENABLED
configuration symbol.- See Also:
MetaDataConstants.SECURE_PAGE