Package org.ocpsoft.rewrite.servlet
Class ServletRegistration
java.lang.Object
org.ocpsoft.rewrite.servlet.ServletRegistration
Deprecated.
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapping(String mapping) Deprecated.Add a mapping to thisServletRegistration.voidaddMappings(Collection<String> mappings) Deprecated.Add all given mappings to thisServletRegistration.Deprecated.Get theClassname of thisServletRegistration.Deprecated.Get the mappings for thisServletRegistration.voidsetClassName(String className) Deprecated.Set theClassname of thisServletRegistration.
-
Constructor Details
-
ServletRegistration
public ServletRegistration()Deprecated.
-
-
Method Details
-
getClassName
Deprecated.Get theClassname of thisServletRegistration. -
setClassName
Deprecated.Set theClassname of thisServletRegistration. -
getMappings
Deprecated.Get the mappings for thisServletRegistration. -
addMapping
Deprecated.Add a mapping to thisServletRegistration. -
addMappings
Deprecated.Add all given mappings to thisServletRegistration.
-