javax.servlet
Class HttpMethodConstraintElement

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

public class HttpMethodConstraintElement
extends HttpConstraintElement

Since:
3.0
Version:
$Rev: 831066 $ $Date: 2009-10-29 20:19:48 +0100 (Do, 29. Okt 2009) $

Constructor Summary
HttpMethodConstraintElement(String methodName)
           
HttpMethodConstraintElement(String methodName, HttpConstraintElement constraintElement)
           
 
Method Summary
 String getMethodName()
           
 
Methods inherited from class javax.servlet.HttpConstraintElement
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMethodConstraintElement

public HttpMethodConstraintElement(String methodName)

HttpMethodConstraintElement

public HttpMethodConstraintElement(String methodName,
                                   HttpConstraintElement constraintElement)
Method Detail

getMethodName

public String getMethodName()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.