Package io.goobi.viewer.faces.validators


package io.goobi.viewer.faces.validators
JSF Validator implementations for the Goobi viewer, covering input validation for email addresses, passwords, nicknames, Solr queries, persistent identifiers, HTML content, and network configuration values.
  • Classes
    Class
    Description
    Validator that validates any input.
    JSF validator that checks CMS page titles for uniqueness and validity constraints.
    Duplicate validator for e-mail addresses.
    Syntax validator for e-mail addresses.
    Validates that any input text has no "script" tags.
    Validates that any input text has no html-tags other than <br>, <b>, <strong>, <em>, <i>, <mark>, <small>, <del>, <ins>, <sub>, <sup>.
    Allowed characters and uniqueness validator for user nicknames (displayed names).
    Syntax validator for passwords.
    Syntax validator for passwords addresses.
    Syntax validator for passwords addresses.
    Validates the entered PI belonging to a record for which the current user may create CMS content.
    Validates the query syntax and displays the number of hits.
    Syntax validator for subnet masks.
    JSF validator that checks whether a string input is a well-formed URI.