InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.8: Administering Web modules (overview) >
6.6.8.0: Web module properties >
6.6.8.0.5: Assembly properties for Web resource collections
6.6.8.0.5: Assembly properties for Web resource collections
A Web resource collection defines a set of URL patterns (resources) and
HTTP methods belonging to the resource. HTTP methods handle HTTP-based
requests, such as GET, POST, PUT, and DELETE. A URL pattern is a
partial Uniform Resource Locator that acts as a template for matching the
pattern with existing full URLs in an attempt to find a valid file.
- Web resource name (Required, String)
- Specifies the name of a Web resource collection.
- Web resource description
- Contains a description of the Web resource collection.
- HTTP methods
- Specifies the HTTP methods to which the security constraints
applies. If no HTTP methods are specified, then the security constraint
applies to all HTTP methods. The valid values are GET, POST, PUT,
DELETE, HEAD, OPTIONS, and TRACE.
- URL pattern
- Specifies URL patterns for resources in a Web application. All
requests that contain a request path that matches the URL pattern are subject
to the security constraint.
|
|