org.fcrepo.server.config.webxml
Class ServletMapping
java.lang.Object
org.fcrepo.server.config.webxml.ServletMapping
public class ServletMapping
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletMapping
public ServletMapping()
getServletName
public String getServletName()
setServletName
public void setServletName(String servletName)
getUrlPatterns
public List<String> getUrlPatterns()
addUrlPattern
public void addUrlPattern(String urlPattern)
- Only one url-pattern per servlet-mapping is supported pre-Servlet 2.5.
- Parameters:
urlPattern - the url-pattern to add to this ServletMapping.
Copyright © 2011 DuraSpace. All Rights Reserved.