org.fcrepo.server.config.webxml
Class WebResourceCollection
java.lang.Object
org.fcrepo.server.config.webxml.WebResourceCollection
public class WebResourceCollection
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebResourceCollection
public WebResourceCollection()
getWebResourceName
public String getWebResourceName()
setWebResourceName
public void setWebResourceName(String webResourceName)
getDescriptions
public List<String> getDescriptions()
addDescription
public void addDescription(String description)
removeDescription
public void removeDescription(String description)
getHttpMethods
public List<String> getHttpMethods()
addHttpMethod
public void addHttpMethod(String httpMethod)
getUrlPatterns
public List<String> getUrlPatterns()
addUrlPattern
public void addUrlPattern(String urlPattern)
Copyright © 2011 DuraSpace. All Rights Reserved.