org.ocpsoft.rewrite.servlet
Class ServletRegistration
java.lang.Object
org.ocpsoft.rewrite.servlet.ServletRegistration
public class ServletRegistration
- extends Object
Similar to javax.servlet.ServletRegistration. But as the original is only available in Servlet 3.0 and
new we use or own.
- Author:
- Christian Kaltepoth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRegistration
public ServletRegistration()
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getMappings
public List<String> getMappings()
addMapping
public void addMapping(String mapping)
addMappings
public void addMappings(Collection<String> mappings)
Copyright © 2013 OCPsoft. All Rights Reserved.