Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.core.components |
Custom Wicket components.
|
cz.cuni.mff.odcleanstore.webfrontend.validators |
Custom Wicket validators.
|
Modifier and Type | Method and Description |
---|---|
CustomValidator |
CustomValidableField.getCustomValidator(Class<? extends CustomValidator> validatorClass) |
Modifier and Type | Method and Description |
---|---|
CustomValidator |
CustomValidableField.getCustomValidator(Class<? extends CustomValidator> validatorClass) |
Modifier and Type | Class and Description |
---|---|
class |
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)
|
class |
EnumValidator
Validator, which checks if inputed value is one of given valid options.
|
class |
IRIValidator
Ensures that a component accepts only well-formated IRIs.
|
class |
JenaURIValidator
Validator for checking URIs the same way Jena does it (absolute, well formed).
|
class |
OldPasswordValidator
Ensures that the a component only accepts the correct password
of the currently logged-in user.
|
class |
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
|
class |
RegexValidator
Validator that attempts to use regexp
either alone or with replacement value (may check for back references or forbidden characters)
|
class |
ReplacementValidator
Validator which checks if inputed value matches replacement regex.
|
Copyright © 2013. All Rights Reserved.