Constant Field Values

Contents

org.apache.*

  • org.apache.struts2.ognl.OgnlGuard
    Modifier and Type
    Constant Field
    Value
    public static final String
    "_ognl_guard_blocked"
  • org.apache.struts2.text.GlobalLocalizedTextProvider
    Modifier and Type
    Constant Field
    Value
    public static final String
    STRUTS_MESSAGES_BUNDLE
    "org/apache/struts2/struts-messages"
    public static final String
    XWORK_MESSAGES_BUNDLE
    "org/apache/struts2/xwork-messages"
  • org.apache.struts2.text.StrutsLocalizedTextProvider
    Modifier and Type
    Constant Field
    Value
    public static final String
    STRUTS_MESSAGES_BUNDLE
    "org/apache/struts2/struts-messages"
    public static final String
    XWORK_MESSAGES_BUNDLE
    "org/apache/struts2/xwork-messages"
  • org.apache.struts2.validator.validators.CreditCardValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "^(?:4[0-9]{12}(?:[0-9]{3})?|(?:5[1-5][0-9]{2}|222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\\d{3})\\d{11})$"
  • org.apache.struts2.validator.validators.EmailValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "\\b^[\'_a-z0-9-\\+]+(\\.[\'_a-z0-9-\\+]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*\\.([a-z]{2,6})$\\b"
  • org.apache.struts2.validator.validators.URLValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "^(?:https?|ftp)://(?:(?:[a-z0-9$_.+!*\'(),;?&=\\-]|%[0-9a-f]{2})+(?::(?:[a-z0-9$_.+!*\'(),;?&=\\-]|%[0-9a-f]{2})+)?@)?#?(?:(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)*[a-z][a-z0-9-]*[a-z0-9]|(?:(?:[1-9]?\\d|1\\d{2}|2[0-4]\\d|25[0-5])\\.){3}(?:[1-9]?\\d|1\\d{2}|2[0-4]\\d|25[0-5]))(?::\\d+)?)(?:(?:/(?:[a-z0-9$_.+!*\'(),;:@&=\\-]|%[0-9a-f]{2})*)*(?:\\?(?:[a-z0-9$_.+!*\'(),;:@&=\\-/]|%[0-9a-f]{2})*)?)?(?:#(?:[a-z0-9$_.+!*\'(),;:@&=\\-]|%[0-9a-f]{2})*)?$"
  • org.apache.struts2.validator.validators.ValidatorSupport
    Modifier and Type
    Constant Field
    Value
    public static final String
    ""