Uses of Interface
com.sun.enterprise.deployment.web.WebResourceCollection
-
Packages that use WebResourceCollection Package Description com.sun.enterprise.deployment.web com.sun.enterprise.web.deploy org.glassfish.web.deployment.descriptor -
-
Uses of WebResourceCollection in com.sun.enterprise.deployment.web
Methods in com.sun.enterprise.deployment.web that return types with arguments of type WebResourceCollection Modifier and Type Method Description Set<WebResourceCollection>SecurityConstraint. getWebResourceCollections()The collection of URL patterns plus HTTP methods that are constrained.Methods in com.sun.enterprise.deployment.web with parameters of type WebResourceCollection Modifier and Type Method Description voidSecurityConstraint. addWebResourceCollection(WebResourceCollection webResourceCollection) -
Uses of WebResourceCollection in com.sun.enterprise.web.deploy
Constructors in com.sun.enterprise.web.deploy with parameters of type WebResourceCollection Constructor Description SecurityCollectionDecorator(WebResourceCollection decoree) -
Uses of WebResourceCollection in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement WebResourceCollection Modifier and Type Class Description classWebResourceCollectionImplThis descriptor represents a description of a portion of a web app in terms of a collection of url patterns and a collection of http methods on this patterns.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type WebResourceCollection Modifier and Type Method Description Set<WebResourceCollection>SecurityConstraintImpl. getWebResourceCollections()Return all the web resource collection.Methods in org.glassfish.web.deployment.descriptor with parameters of type WebResourceCollection Modifier and Type Method Description voidSecurityConstraintImpl. addWebResourceCollection(WebResourceCollection webResourceCollection)Adds a web resource collection to this constraint.voidSecurityConstraintImpl. removeWebResourceCollection(WebResourceCollection webResourceCollection)Removes the given web resource collection from this constraint.
-