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 Summary
Constructors Constructor Description HttpMethodConstraintElement(java.lang.String methodName)
HttpMethodConstraintElement(java.lang.String methodName, HttpConstraintElement constraint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMethodName()
-
Methods inherited from class javax.servlet.HttpConstraintElement
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee
-
-
-
-
Constructor Detail
-
HttpMethodConstraintElement
public HttpMethodConstraintElement(java.lang.String methodName)
-
HttpMethodConstraintElement
public HttpMethodConstraintElement(java.lang.String methodName, HttpConstraintElement constraint)
-
-