com.atlassian.confluence.servlet.simpledisplay
Class ConvertedPath

java.lang.Object
  extended by 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.


Constructor Summary
ConvertedPath(java.lang.String url)
           
 
Method Summary
 void addParameter(java.lang.String name, java.lang.String value)
           
 java.util.Map getParameters()
           
 java.lang.String getPath()
           
 java.lang.String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertedPath

public ConvertedPath(java.lang.String url)
Method Detail

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.