public class HttpMethodConstraintElement extends HttpConstraintElement
Constructor and Description |
---|
HttpMethodConstraintElement (java.lang.String methodName)
Constructs an element with the specified method name.
|
HttpMethodConstraintElement (java.lang.String methodName,
HttpConstraintElement constraint)
Constructs an element with the specified method name and value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName ()
Returns the HTTP method name.
|
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HttpMethodConstraintElement(java.lang.String methodName)
public HttpMethodConstraintElement(java.lang.String methodName, HttpConstraintElement constraint)
public java.lang.String getMethodName()