Class ConvertedPath

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

public class ConvertedPath extends Object
Encapsulates the result of a path conversion.
  • Constructor Details

    • ConvertedPath

      public ConvertedPath(String url)
      Construct a ConvertedPath which will forward to (getPath(Map)) by appending any added parameters as query parameters to the supplied url.
      Parameters:
      url - a url with no query parameters
    • ConvertedPath

      public ConvertedPath(String url, PathConversionAction action)
      Construct a ConvertedPath which will forward or redirect to (getPath(Map)) by appending any added parameters as query parameters to the supplied url.
      Parameters:
      url - a url with no query parameters
      action - the action to take on the new path
    • ConvertedPath

      public ConvertedPath(String url, PathConversionAction action, boolean encodeAnchor)
      Construct a ConvertedPath which will forward or redirect to (getPath(Map)) by appending any added parameters as query parameters to the supplied url.
      Parameters:
      url - a url with no query parameters
      action - the action to take on the new path
  • Method Details