org.wicketstuff.annotation.strategy
Annotation Type MountIndexedHybrid


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

Annotation to use for mounting a page using IndexedHybridUrlCodingStrategy.

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

Author:
Doug Donohoe



Copyright © 2012. All Rights Reserved.