public interface WebResourceCollection extends WebDescriptor
| Modifier and Type | Method and Description |
|---|---|
void |
addHttpMethod(String httpMethod) |
void |
addHttpMethodOmission(String httpMethodOmission) |
void |
addUrlPattern(String urlPattern) |
Set<String> |
getHttpMethodOmissions() |
String[] |
getHttpMethodOmissionsAsArray() |
Set<String> |
getHttpMethods() |
String[] |
getHttpMethodsAsArray() |
Set<String> |
getUrlPatterns() |
getDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUrivoid addUrlPattern(String urlPattern)
void addHttpMethod(String httpMethod)
String[] getHttpMethodsAsArray()
void addHttpMethodOmission(String httpMethodOmission)
String[] getHttpMethodOmissionsAsArray()
Copyright © 2017. All rights reserved.