Class WebXml.SecurityConstraint.WebResourceCollection

  • Enclosing class:
    WebXml.SecurityConstraint

    public static class WebXml.SecurityConstraint.WebResourceCollection
    extends Object
    The <web-resource-collection> snippet inside a web.xml / webfragment.xml.
    • Field Detail

      • urlPatterns

        public List<String> urlPatterns
        The list <url-pattern> snippets inside <web-resource-collection>
      • httpMethods

        public List<String> httpMethods
        The list <http-method> snippets inside <web-resource-collection>
      • httpMethodOmissions

        public List<String> httpMethodOmissions
        The list <http-method-omission> snippets inside <web-resource-collection>
    • Constructor Detail

      • WebResourceCollection

        public WebResourceCollection()