Interface WebResourceCollection

  • All Superinterfaces:
    WebDescriptor
    All Known Implementing Classes:
    WebResourceCollectionImpl

    public interface WebResourceCollection
    extends WebDescriptor
    This interface represents the API to an object which represents the information about a web resource collection.
    Author:
    Danny Coward
    • Method Detail

      • getUrlPatterns

        Set<String> getUrlPatterns()
      • addUrlPattern

        void addUrlPattern​(String urlPattern)
      • getHttpMethods

        Set<String> getHttpMethods()
      • addHttpMethod

        void addHttpMethod​(String httpMethod)
      • getHttpMethodsAsArray

        String[] getHttpMethodsAsArray()
      • getHttpMethodOmissions

        Set<String> getHttpMethodOmissions()
      • addHttpMethodOmission

        void addHttpMethodOmission​(String httpMethodOmission)
      • getHttpMethodOmissionsAsArray

        String[] getHttpMethodOmissionsAsArray()