org.apache.wicket.request.mapper.mount
Class Mount
java.lang.Object
org.apache.wicket.request.mapper.mount.Mount
public class Mount
- extends Object
Constructor Summary |
Mount(Url url)
Construct. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mount
public Mount(Url url)
- Construct.
- Parameters:
url
-
setMountParameters
public void setMountParameters(MountParameters mountParameters)
- Parameters:
mountParameters
-
getMountParameters
public MountParameters getMountParameters()
- Returns:
- mount parameters
getUrl
public Url getUrl()
- Returns:
- Url
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.