Uses of Class
com.atlassian.confluence.servlet.simpledisplay.PathConversionAction
-
Packages that use PathConversionAction Package Description com.atlassian.confluence.servlet.simpledisplay -
-
Uses of PathConversionAction in com.atlassian.confluence.servlet.simpledisplay
Methods in com.atlassian.confluence.servlet.simpledisplay that return PathConversionAction Modifier and Type Method Description PathConversionAction
ConvertedPath. getAction()
static PathConversionAction
PathConversionAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathConversionAction[]
PathConversionAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.servlet.simpledisplay with parameters of type PathConversionAction Constructor Description ConvertedPath(String url, PathConversionAction action)
Construct a ConvertedPath which will forward or redirect to (ConvertedPath.getPath(Map)
) by appending any added parameters as query parameters to the supplied url.ConvertedPath(String url, PathConversionAction action, boolean encodeAnchor)
Construct a ConvertedPath which will forward or redirect to (ConvertedPath.getPath(Map)
) by appending any added parameters as query parameters to the supplied url.
-