wicket.request.target.coding
Interface IMountableRequestTargetUrlCodingStrategy

All Superinterfaces:
IRequestTargetUrlCodingStrategy
All Known Implementing Classes:
AbstractRequestTargetUrlCodingStrategy, BookmarkablePageRequestTargetUrlCodingStrategy, IndexedParamUrlCodingStrategy, PackageRequestTargetUrlCodingStrategy, QueryStringUrlCodingStrategy, SharedResourceRequestTargetUrlCodingStrategy

public interface IMountableRequestTargetUrlCodingStrategy
extends IRequestTargetUrlCodingStrategy

Temporary interface to make the transition to 2.0, where IRequestTargetUrlCodingStrategy has a method that reviels the mount path.

Author:
eelcohillenius

Method Summary
 java.lang.String getMountPath()
          Returns the path of the url where this request target is mounted on.
 
Methods inherited from interface wicket.request.target.coding.IRequestTargetUrlCodingStrategy
decode, encode, matches
 

Method Detail

getMountPath

java.lang.String getMountPath()
Returns the path of the url where this request target is mounted on.

Returns:
String The path of the url


Copyright © 2004-2007 Wicket developers. All Rights Reserved.