com.alogient.cameleon.extension.wicket.annotation.route
Annotation Type StaticRoute


@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface StaticRoute

This annotation is used to declare static route User: jmirc Date: 21-Feb-2010 Time: 8:38:26 PM


Required Element Summary
 String route
           
 Class<? extends org.apache.wicket.markup.html.WebPage> routeClass
           
 

Element Detail

route

public abstract String route
Returns:
The static route

routeClass

public abstract Class<? extends org.apache.wicket.markup.html.WebPage> routeClass
Returns:
The route class


Copyright © 2011 Alogient. All Rights Reserved.