|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.securityfilter.config.WebResourceCollection
WebResourceCollection represents a web-resource-collection from the security config file. It has a list of url patterns, and a list of http methods.
| Constructor Summary | |
WebResourceCollection()
Constructor |
|
| Method Summary | |
void |
addHttpMethod(String method)
Add an http method to this WebResourceCollection. |
void |
addURLPattern(String pattern)
Add a url pattern to this WebResourceCollection. |
Collection |
getHttpMethods()
Get a collection of http methods for this WebResourceCollection. |
List |
getURLPatterns()
Get a list of url patterns in the order they were added to this WebResourceCollection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebResourceCollection()
| Method Detail |
public void addURLPattern(String pattern)
pattern - url pattern to addpublic List getURLPatterns()
public void addHttpMethod(String method)
method - http method to addpublic Collection getHttpMethods()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||