org.wicketstuff.annotation.strategy
Annotation Type MountMixedParam


@Target(value=TYPE)
@Retention(value=RUNTIME)
@MountDefinition(strategyClass=org.apache.wicket.request.target.coding.MixedParamUrlCodingStrategy.class,
                 argOrder={"pageMapName","parameterNames"})
@Inherited
@Documented
public @interface MountMixedParam

Annotation to use for mounting a page using MixedParamUrlCodingStrategy.

Uses the MixedParamUrlCodingStrategy.MixedParamUrlCodingStrategy(String mountPath, Class bookmarkablePageClass, String pageMapName, String[] parameterNames) constructor.

Author:
Doug Donohoe

Required Element Summary
 String[] parameterNames
           
 
Optional Element Summary
 String pageMapName
           
 

Element Detail

parameterNames

public abstract String[] parameterNames
Returns:
parameterNames constructor parameter

pageMapName

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


Copyright © 2012. All Rights Reserved.