Package javax.servlet

Class HttpMethodConstraintElement

java.lang.Object
javax.servlet.HttpConstraintElement
javax.servlet.HttpMethodConstraintElement

public class HttpMethodConstraintElement
extends HttpConstraintElement
The HttpMethodConstraintElement API.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • HttpMethodConstraintElement

      public HttpMethodConstraintElement​(java.lang.String methodName)
      Constructor.
      Parameters:
      methodName - the HTTP method name.
    • HttpMethodConstraintElement

      public HttpMethodConstraintElement​(java.lang.String methodName, HttpConstraintElement constraint)
      Constructor.
      Parameters:
      methodName - the HTTP method name.
      constraint - the constraint.
  • Method Details

    • getMethodName

      public java.lang.String getMethodName()
      Get the HTTP method name.
      Returns:
      the HTTP method name