Class | Description |
---|---|
CustomValidator |
Abstract parent of all project-specific form validators.
|
DNComponentValidator |
Validator that attempts to run a rule component to verify
its syntactical correctness
WARNING: it is still possible for the validated components
to fail due to errors in functions based on input
data as it will be performed over non-existent
(empty) graph (In case that UUID generator does
not create a conflict, graph names are prefixed
with a special prefix to avoid harm due to any
possible collision)
|
EnumValidator |
Validator, which checks if inputed value is one of given valid options.
|
IRIValidator |
Ensures that a component accepts only well-formated IRIs.
|
JenaURIValidator |
Validator for checking URIs the same way Jena does it (absolute, well formed).
|
OldPasswordValidator |
Ensures that the a component only accepts the correct password
of the currently logged-in user.
|
QARuleValidator |
Validator that attempts to run a rule to verify
its syntactical correctness
WARNING: it is still possible for the validated rules
to fail due to errors in functions based on input
data as it will be performed over non-existent
(empty) graph
|
RegexValidator |
Validator that attempts to use regexp
either alone or with replacement value (may check for back references or forbidden characters)
|
ReplacementValidator |
Validator which checks if inputed value matches replacement regex.
|
Copyright © 2013. All Rights Reserved.