public class ServletRegistration extends Object
javax.servlet.ServletRegistration. But as the original is only available in Servlet 3.0 and
new we use or own.| Constructor and Description |
|---|
ServletRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(String mapping) |
void |
addMappings(Collection<String> mappings) |
String |
getClassName() |
List<String> |
getMappings() |
void |
setClassName(String className) |
Copyright © 2013 OCPsoft. All Rights Reserved.