public class ServletConfigBase extends Object
| Constructor and Description |
|---|
ServletConfigBase() |
ServletConfigBase(String pathSpec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathSpec()
Returns the pattern that determines which requests are handled by the servlet.
|
void |
setPathSpec(String pathSpec)
Sets the pattern that determines which requests are handled by the servlet.
|
public ServletConfigBase()
public ServletConfigBase(String pathSpec)
Copyright © 2002–2018 CoreMedia AG. All rights reserved.