Package javax.servlet

Class HttpMethodConstraintElement

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

public class HttpMethodConstraintElement extends HttpConstraintElement
Since:
Servlet 3.0 TODO SERVLET3 - Add comments
  • Constructor Details

    • HttpMethodConstraintElement

      public HttpMethodConstraintElement(String methodName)
    • HttpMethodConstraintElement

      public HttpMethodConstraintElement(String methodName, HttpConstraintElement constraint)
  • Method Details

    • getMethodName

      public String getMethodName()