Package | Description |
---|---|
com.atlassian.confluence.servlet.simpledisplay |
Modifier and Type | Method and 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.
|
Constructor and 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. |
Copyright © 2003–2020 Atlassian. All rights reserved.