javax.servlet
Class ServletSecurityElement
java.lang.Object
javax.servlet.HttpConstraintElement
javax.servlet.ServletSecurityElement
public class ServletSecurityElement
- extends HttpConstraintElement
- Since:
- 3.0
- Version:
- $Rev: 916436 $ $Date: 2010-02-25 15:18:43 -0500 (Thu, 25 Feb 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletSecurityElement
public ServletSecurityElement()
ServletSecurityElement
public ServletSecurityElement(HttpConstraintElement defaultHttpConstraintElement)
ServletSecurityElement
public ServletSecurityElement(Collection<HttpMethodConstraintElement> httpMethodConstraints)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
ServletSecurityElement
public ServletSecurityElement(HttpConstraintElement httpConstraintElement,
Collection<HttpMethodConstraintElement> httpMethodConstraints)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
ServletSecurityElement
public ServletSecurityElement(ServletSecurity servletSecurity)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getHttpMethodConstraints
public Collection<HttpMethodConstraintElement> getHttpMethodConstraints()
getMethodNames
public Collection<String> getMethodNames()
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.