Package javax.servlet

Class HttpMethodConstraintElement


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

      • HttpMethodConstraintElement

        public HttpMethodConstraintElement​(java.lang.String methodName)
      • HttpMethodConstraintElement

        public HttpMethodConstraintElement​(java.lang.String methodName,
                                           HttpConstraintElement constraint)
    • Method Detail

      • getMethodName

        public java.lang.String getMethodName()