| 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 |
ParameterValidator.assertValid(String parameterValue)
Throws a MacroParameterValidationException if the property value is invalid.
|
void |
ColorStyleValidator.assertValid(String propertyValue) |
void |
WidthSizeValidator.assertValid(String parameterValue) |
void |
CssSizeValidator.assertValid(String propertyValue) |
void |
BorderStyleValidator.assertValid(String propertyValue) |
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 © 2022 Atlassian. All rights reserved.