Uses of Enum Class
com.atlassian.confluence.servlet.simpledisplay.PathConversionAction
Packages that use PathConversionAction
-
Uses of PathConversionAction in com.atlassian.confluence.servlet.simpledisplay
Methods in com.atlassian.confluence.servlet.simpledisplay that return PathConversionActionModifier and TypeMethodDescriptionConvertedPath.getAction()
static PathConversionAction
Returns the enum constant of this class with the specified name.static PathConversionAction[]
PathConversionAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.servlet.simpledisplay with parameters of type PathConversionActionModifierConstructorDescriptionConvertedPath
(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.