JavaScript is disabled on your browser.
Skip navigation links
javax.servlet

Class HttpMethodConstraintElement

    • Constructor Detail

      • HttpMethodConstraintElement

        public HttpMethodConstraintElement(String methodName)
        Constructs an instance with default HttpConstraintElement value.
        Parameters:
        methodName - the name of an HTTP protocol method. The name must not be null, or the empty string, and must be a legitimate HTTP Method name as defined by RFC 2616
      • HttpMethodConstraintElement

        public HttpMethodConstraintElement(String methodName,
         HttpConstraintElement constraint)
        Constructs an instance with specified HttpConstraintElement value.
        Parameters:
        methodName - the name of an HTTP protocol method. The name must not be null, or the empty string, and must be a legitimate HTTP Method name as defined by RFC 2616
        constraint - the HTTPconstraintElement value to assign to the named HTTP method
    • Method Detail

      • getMethodName

        public String getMethodName()
        Gets the HTTP method name.
        Returns:
        the Http method name
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /