org.wicketstuff.annotation.strategy
Annotation Type MountQueryString


@Target(value=TYPE)
@Retention(value=RUNTIME)
@MountDefinition(strategyClass=org.apache.wicket.request.target.coding.QueryStringUrlCodingStrategy.class,
                 argOrder={})
@Inherited
@Documented
public @interface MountQueryString

Annotation to use for mounting a page using QueryStringUrlCodingStrategy.

Uses the QueryStringUrlCodingStrategy.QueryStringUrlCodingStrategy(String mountPath, Class bookmarkablePageClass) constructor.

Author:
Doug Donohoe



Copyright © 2012. All Rights Reserved.