See: Description
Interface | Description |
---|---|
LazySimpleSanitizer.ValueContainer |
Responsible for returning sanitized value.
|
ValueSanitizer |
Responsible for sanitizing (convert from invalid to valid form) Mojo parameters values.
|
Class | Description |
---|---|
AbstractSimpleSanitizer |
Helps in implementing
sanitizers which specify that the parameter value is valid based on a
simple condition. |
AlwaysValidSanitizer |
Value sanitizer which treats all values as valid.
|
LazySimpleSanitizer |
Simple value sanitizer which returns a declared lazy loaded sanitized value when specified condition returns
true . |
SimpleSanitizer |
Simple value sanitizer which returns a declared sanitized value when specified condition returns
true . |
Copyright © 2015–2016 gabrys.biz. All rights reserved.