|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletServer
Provides the server hosting information/functionality for the Servlet
application.
This provides the information/functionality that is provided by the
Application Server to a Servlet application (e.g. configuration
typically not stored in the web.xml file).
| Method Summary | |
|---|---|
String |
getContextPath()
Obtains the context path for the Servlet application. |
Logger |
getLogger()
Obtains the Logger for the Servlet application. |
ResourceLocator |
getResourceLocator()
Obtains the ResourceLocator for the Servlet application. |
String |
getServerName()
Obtains the name of the Server. |
int |
getServerPort()
Obtains the port the Server is listening for a HttpRequest. |
| Method Detail |
|---|
String getServerName()
int getServerPort()
HttpRequest.
String getContextPath()
Servlet application.
Servlet application.ResourceLocator getResourceLocator()
ResourceLocator for the Servlet application.
ResourceLocator for the Servlet application.Logger getLogger()
Logger for the Servlet application.
Logger for the Servlet application.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||