|
rewrite-api-servlet 2.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.rewrite.servlet.ServletRegistration
public class ServletRegistration
Similar to javax.servlet.ServletRegistration. But as the original is only available in Servlet 3.0 and
new we use or own.
| Constructor Summary | |
|---|---|
ServletRegistration()
|
|
| Method Summary | |
|---|---|
void |
addMapping(String mapping)
Add a mapping to this ServletRegistration. |
void |
addMappings(Collection<String> mappings)
Add all given mappings to this ServletRegistration. |
String |
getClassName()
Get the Class name of this ServletRegistration. |
List<String> |
getMappings()
Get the mappings for this ServletRegistration. |
void |
setClassName(String className)
Set the Class name of this ServletRegistration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletRegistration()
| Method Detail |
|---|
public String getClassName()
Class name of this ServletRegistration.
public void setClassName(String className)
Class name of this ServletRegistration.
public List<String> getMappings()
ServletRegistration.
public void addMapping(String mapping)
ServletRegistration.
public void addMappings(Collection<String> mappings)
ServletRegistration.
|
rewrite-api-servlet 2.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||