| Package | Description |
|---|---|
| com.atlassian.renderer.embedded | |
| com.atlassian.renderer.v2.macro.basic.validator |
| Modifier and Type | Method and Description |
|---|---|
protected String |
EmbeddedImageRenderer.outputParameters(Map params) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColorStyleValidator.assertValid(String propertyValue) |
void |
CssSizeValidator.assertValid(String propertyValue) |
void |
BorderStyleValidator.assertValid(String propertyValue) |
void |
WidthSizeValidator.assertValid(String parameterValue) |
void |
ParameterValidator.assertValid(String parameterValue)
Throws a MacroParameterValidationException if the property value is invalid.
|
String |
ValidatedMacroParameters.getValue(String parameterName)
Returns the value of the parameter from the underlying parameter map, or throws an exception
if the value does not pass the validation for that parameter configured by
ValidatedMacroParameters.setValidator(String, ParameterValidator). |
Copyright © 2019 Atlassian. All rights reserved.