org.apache.wicket.request.target.coding
Interface IMountableRequestTargetUrlCodingStrategy

All Superinterfaces:
IRequestTargetUrlCodingStrategy
All Known Implementing Classes:
AbstractRequestTargetUrlCodingStrategy, BookmarkablePageRequestTargetUrlCodingStrategy, CapturingBookmarkablePageRequestTargetUrlCodingStrategy, HybridUrlCodingStrategy, IndexedHybridUrlCodingStrategy, IndexedParamUrlCodingStrategy, MixedParamUrlCodingStrategy, PackageRequestTargetUrlCodingStrategy, QueryStringUrlCodingStrategy, SharedResourceRequestTargetUrlCodingStrategy, URIRequestTargetUrlCodingStrategy

public interface IMountableRequestTargetUrlCodingStrategy
extends IRequestTargetUrlCodingStrategy

Temporary interface to make the transition to 2.0, where IRequestTargetUrlCodingStrategy has a method that reveals the mount path. TODO: remove in 1.4

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 org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy
decode, encode, matches, matches
 

Method Detail

getMountPath

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

Specified by:
getMountPath in interface IRequestTargetUrlCodingStrategy
Returns:
String The path of the url


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.