wicket.request
Interface IRequestTargetMountsInfo

All Superinterfaces:
IRequestTargetMounter
All Known Implementing Classes:
WebRequestCodingStrategy, WebURLCompressingCodingStrategy

public interface IRequestTargetMountsInfo
extends IRequestTargetMounter

Optional interface that can be implemented by implementations of IRequestTargetMounter to provide management extensions.

Author:
eelcohillenius

Method Summary
 IRequestTargetUrlCodingStrategy[] listMounts()
          List the mounts that are known to the implementing mounter.
 
Methods inherited from interface wicket.request.IRequestTargetMounter
mount, pathForTarget, targetForRequest, unmount, urlCodingStrategyForPath
 

Method Detail

listMounts

IRequestTargetUrlCodingStrategy[] listMounts()
List the mounts that are known to the implementing mounter.

Returns:
the mounts that are known to the implementing mounter


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