|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @UseWith(value=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 the SymbolConstants.SECURE_ENABLED
configuration symbol.
MetaDataConstants.SECURE_PAGE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |