Package com.atlassian.renderer.v2.macro.basic.validator

Interface Summary
ParameterValidator Validates a user supplied property that may be used in "style" attributes, leading to Cross Site Scripting vulnerabilities.
 

Class Summary
BorderStyleValidator Validates that a parameter is a valid CSS2 border-style property value.
ColorStyleValidator Validates that a parameter is a valid color property value.
CssSizeValidator Validates that a parameter is a valid CSS2 size value.
ValidatedMacroParameters Wraps a parameter map of String -> String mappings, providing validation by means of a mapping of parameters to ParameterValidators.
WidthSizeValidator Validates that a parameter is a valid width value.
 

Exception Summary
MacroParameterValidationException Thrown when a macro parameter doesn't pass validation.
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.