public class

ConvertedPath

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.servlet.simpledisplay.ConvertedPath

Class Overview

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.

Summary

Public Constructors
ConvertedPath(String url, VelocityEngineResolver resolver)
ConvertedPath(String url)
Public Methods
void addParameter(String name, String value)
Map getParameters()
String getPath()
String getUrl()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConvertedPath (String url, VelocityEngineResolver resolver)

public ConvertedPath (String url)

Public Methods

public void addParameter (String name, String value)

public Map getParameters ()

public String getPath ()

public String getUrl ()