org.apache.wicket.protocol.https
Annotation Type RequireHttps


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RequireHttps

Marks a page as requiring https. NOTES: Adding Inherited annotation to this annotation will not work because we also want it to work for interfaces

See Also:
HttpsRequestCycleProcessor



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.