Method Summary |
|
public void | addMethod(String method) Add an HTTP request method to be part of this web resource collection. |
public void | addPattern(String pattern) Add a URL pattern to be part of this web resource collection. |
public boolean | findMethod(String method) Return true if the specified HTTP request method is
part of this web resource collection. |
public String[] | findMethods() Return the set of HTTP request methods that are part of this web
resource collection, or a zero-length array if all request methods
are included. |
public boolean | findPattern(String pattern) |
public String[] | findPatterns() Return the set of URL patterns that are part of this web resource
collection. |
public String | getDescription() Return the description of this web resource collection. |
public String | getName() Return the name of this web resource collection. |
public void | removeMethod(String method) Remove the specified HTTP request method from those that are part
of this web resource collection. |
public void | removePattern(String pattern) Remove the specified URL pattern from those that are part of this
web resource collection. |
public void | setDescription(String description) Set the description of this web resource collection. |
public void | setName(String name) |
public String | toString() Return a String representation of this security collection. |