org.apache.wicket.request
Interface IRequestTargetMountsInfo

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

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 org.apache.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-2010 Apache Software Foundation. All Rights Reserved.