Package alpine.validation
Class RegexSequence.Definition
- java.lang.Object
-
- alpine.validation.RegexSequence.Definition
-
- Enclosing class:
- RegexSequence
public static class RegexSequence.Definition extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Definition()
-
-
-
Field Detail
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
BOOLEAN_TRUE
public static final String BOOLEAN_TRUE
- See Also:
- Constant Field Values
-
BOOLEAN_FALSE
public static final String BOOLEAN_FALSE
- See Also:
- Constant Field Values
-
HTTP_SCHEME
public static final String HTTP_SCHEME
- See Also:
- Constant Field Values
-
HTTP_SERVER_NAME
public static final String HTTP_SERVER_NAME
- See Also:
- Constant Field Values
-
HTTP_SERVLET_PATH
public static final String HTTP_SERVLET_PATH
- See Also:
- Constant Field Values
-
HTTP_CHAR_ENCODING
public static final String HTTP_CHAR_ENCODING
- See Also:
- Constant Field Values
-
HTTP_PARAMETER_NAME
public static final String HTTP_PARAMETER_NAME
- See Also:
- Constant Field Values
-
HTTP_PARAMETER_VALUE
public static final String HTTP_PARAMETER_VALUE
- See Also:
- Constant Field Values
-
HTTP_COOKIE_NAME
public static final String HTTP_COOKIE_NAME
- See Also:
- Constant Field Values
-
HTTP_COOKIE_VALUE
public static final String HTTP_COOKIE_VALUE
- See Also:
- Constant Field Values
-
HTTP_HEADER_NAME
public static final String HTTP_HEADER_NAME
- See Also:
- Constant Field Values
-
HTTP_HEADER_VALUE
public static final String HTTP_HEADER_VALUE
- See Also:
- Constant Field Values
-
HTTP_CONTEXT_PATH
public static final String HTTP_CONTEXT_PATH
- See Also:
- Constant Field Values
-
HTTP_PATH
public static final String HTTP_PATH
- See Also:
- Constant Field Values
-
HTTP_QUERY_STRING
public static final String HTTP_QUERY_STRING
- See Also:
- Constant Field Values
-
HTTP_URI
public static final String HTTP_URI
- See Also:
- Constant Field Values
-
HTTP_URL
public static final String HTTP_URL
- See Also:
- Constant Field Values
-
HTTP_JSESSION_ID
public static final String HTTP_JSESSION_ID
- See Also:
- Constant Field Values
-
FS_FILE_NAME
public static final String FS_FILE_NAME
- See Also:
- Constant Field Values
-
FS_DIRECTORY_NAME
public static final String FS_DIRECTORY_NAME
- See Also:
- Constant Field Values
-
ALPHA
public static final String ALPHA
- See Also:
- Constant Field Values
-
ALPHA_LOWERCASE
public static final String ALPHA_LOWERCASE
- See Also:
- Constant Field Values
-
ALPHA_UPPERCASE
public static final String ALPHA_UPPERCASE
- See Also:
- Constant Field Values
-
NUMERIC
public static final String NUMERIC
- See Also:
- Constant Field Values
-
ALPHA_NUMERIC
public static final String ALPHA_NUMERIC
- See Also:
- Constant Field Values
-
WORD_CHARS
public static final String WORD_CHARS
- See Also:
- Constant Field Values
-
PRINTABLE_CHARS
public static final String PRINTABLE_CHARS
- See Also:
- Constant Field Values
-
PRINTABLE_CHARS_PLUS
public static final String PRINTABLE_CHARS_PLUS
- See Also:
- Constant Field Values
-
NOT_CONTROL_CHARS
public static final String NOT_CONTROL_CHARS
- See Also:
- Constant Field Values
-
HEXADECIMAL
public static final String HEXADECIMAL
- See Also:
- Constant Field Values
-
BINARY
public static final String BINARY
- See Also:
- Constant Field Values
-
UUID
public static final String UUID
- See Also:
- Constant Field Values
-
STRING_IDENTIFIER
public static final String STRING_IDENTIFIER
- See Also:
- Constant Field Values
-
HASH_MD5
public static final String HASH_MD5
- See Also:
- Constant Field Values
-
HASH_SHA1
public static final String HASH_SHA1
- See Also:
- Constant Field Values
-
HASH_SHA256
public static final String HASH_SHA256
- See Also:
- Constant Field Values
-
HASH_SHA384
public static final String HASH_SHA384
- See Also:
- Constant Field Values
-
HASH_SHA512
public static final String HASH_SHA512
- See Also:
- Constant Field Values
-
HASH_MD5_SHA1
public static final String HASH_MD5_SHA1
- See Also:
- Constant Field Values
-
HASH_MD5_SHA1_SHA256_SHA384_SHA512
public static final String HASH_MD5_SHA1_SHA256_SHA384_SHA512
- See Also:
- Constant Field Values
-
SAFESTRING
public static final String SAFESTRING
- See Also:
- Constant Field Values
-
HTML_HEX_CODE
public static final String HTML_HEX_CODE
- See Also:
- Constant Field Values
-
EMAIL_ADDRESS
public static final String EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
IPV4_ADDRESS
public static final String IPV4_ADDRESS
- See Also:
- Constant Field Values
-
MAC_ADDRESS
public static final String MAC_ADDRESS
- See Also:
- Constant Field Values
-
RFC_1918_NON_ROUTABLE_IP
public static final String RFC_1918_NON_ROUTABLE_IP
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
SOCIAL_SECURITY_NUMBER
public static final String SOCIAL_SECURITY_NUMBER
- See Also:
- Constant Field Values
-
CREDIT_CARD_VISA
public static final String CREDIT_CARD_VISA
- See Also:
- Constant Field Values
-
CREDIT_CARD_MASTERCARD
public static final String CREDIT_CARD_MASTERCARD
- See Also:
- Constant Field Values
-
CREDIT_CARD_AMEX
public static final String CREDIT_CARD_AMEX
- See Also:
- Constant Field Values
-
CREDIT_CARD_DINERSCLUB
public static final String CREDIT_CARD_DINERSCLUB
- See Also:
- Constant Field Values
-
CREDIT_CARD_DISCOVER
public static final String CREDIT_CARD_DISCOVER
- See Also:
- Constant Field Values
-
CREDIT_CARD_JCB
public static final String CREDIT_CARD_JCB
- See Also:
- Constant Field Values
-
-