Searched refs:getHttpMethods (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/web/
H A DWebResourceCollection.java55 public Set<String> getHttpMethods(); method in interface:WebResourceCollection
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/deploy/
H A DSecurityCollectionDecorator.java63 for (String httpMethod: decoree.getHttpMethods()) {
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DWebResourceCollectionImpl.java119 public Set<String> getHttpMethods() { method in class:WebResourceCollectionImpl
153 this.getHttpMethods().add(httpMethod);
161 this.getHttpMethods().remove(httpMethod);
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/web/
H A DWebResourceHTTPMethod.java92 if (!webResourceCollection.getHttpMethods().isEmpty())
94 for (String webRCHTTPMethod : webResourceCollection.getHttpMethods())
/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/config/
H A DWebResourceCollection.java134 public Set<String> getHttpMethods() { method in class:WebResourceCollection
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/web/
H A DWebResourceCollectionNode.java164 for (String httpMethod: descriptor.getHttpMethods()) {
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DAudit.java677 for (String httpMethod: wrc.getHttpMethods()) {
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebModule.java2197 if (wrc.getHttpMethods() != null) {
2198 for (String httpMethod : wrc.getHttpMethods()) {

Completed in 25 milliseconds