org.apache.wicket.examples.base.annot
Annotation Type ExamplePage


@Retention(value=RUNTIME)
public @interface ExamplePage


Required Element Summary
 String title
          The title of the example page, gets appended with &emdash;Apache Wicket Examples and rendered in the head section of the page.
 

Element Detail

title

public abstract String title
The title of the example page, gets appended with &emdash;Apache Wicket Examples and rendered in the head section of the page.

Returns:
the title for the page


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