public class SpringContainer extends Container
| Constructor and Description |
|---|
SpringContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message,
Throwable e) |
void |
error(String message,
Throwable e) |
Object |
getComponent(String className) |
void |
init(javax.servlet.http.HttpServlet servlet) |
boolean |
isDebugMode() |
void |
warn(String message,
Throwable e) |
public void init(javax.servlet.http.HttpServlet servlet)
throws javax.servlet.ServletException
public Object getComponent(String className) throws Exception
getComponent in class ContainerExceptionpublic boolean isDebugMode()
isDebugMode in class Container