JBoss Metadata Web 7.1.1.Final

org.jboss.metadata.web.spec
Class HttpMethodConstraintMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.web.spec.HttpConstraintMetaData
          extended by org.jboss.metadata.web.spec.HttpMethodConstraintMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class HttpMethodConstraintMetaData
extends HttpConstraintMetaData

Models per servlet or per servlet type HTTP method constraint

Version:
$Revision: 81768 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
HttpMethodConstraintMetaData()
           
 
Method Summary
 String getMethod()
           
 void setMethod(String method)
           
 
Methods inherited from class org.jboss.metadata.web.spec.HttpConstraintMetaData
getEmptyRoleSemantic, getRolesAllowed, getTransportGuarantee, setEmptyRoleSemantic, setRolesAllowed, setTransportGuarantee
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMethodConstraintMetaData

public HttpMethodConstraintMetaData()
Method Detail

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

JBoss Metadata Web 7.1.1.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.