com.atlassian.confluence.servlet.simpledisplay
Class ConvertedPath
java.lang.Object
com.atlassian.confluence.servlet.simpledisplay.ConvertedPath
public class ConvertedPath
- extends java.lang.Object
Encapsulates the result of a path conversion.
The final path is evaluted by interpretting the url field as velocity snippet. This template
is merged with the parameters and the resulting string is the actual URL.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertedPath
public ConvertedPath(java.lang.String url,
VelocityEngineResolver resolver)
ConvertedPath
public ConvertedPath(java.lang.String url)
addParameter
public void addParameter(java.lang.String name,
java.lang.String value)
getUrl
public java.lang.String getUrl()
getPath
public java.lang.String getPath()
getParameters
public java.util.Map getParameters()
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.