org.ops4j.pax.wicket.api
Annotation Type PaxWicketMountPoint


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface PaxWicketMountPoint

Annotation used to tag a page to be automatically mounted within a specific place


Required Element Summary
 String mountPoint
          Defines the place where a page should be mounted
 

Element Detail

mountPoint

public abstract String mountPoint
Defines the place where a page should be mounted



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.