org.wicketstuff.annotation.strategy
Annotation Type MountIndexedParam


@Target(value=TYPE)
@Retention(value=RUNTIME)
@MountDefinition(strategyClass=org.apache.wicket.request.target.coding.IndexedParamUrlCodingStrategy.class,
                 argOrder="pageMapName")
@Inherited
@Documented
public @interface MountIndexedParam

Annotation to use for mounting a page using IndexedParamUrlCodingStrategy.

Uses the IndexedParamUrlCodingStrategy.IndexedParamUrlCodingStrategy(String mountPath, Class bookmarkablePageClass, String pageMapName) constructor.

Author:
Doug Donohoe

Optional Element Summary
 String pageMapName
           
 

pageMapName

public abstract String pageMapName
Returns:
pageMapName constructor parameter. Default is null.
Default:
"[null]"


Copyright © 2012. All Rights Reserved.