|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.servlet.host.ServletServerImpl
public class ServletServerImpl
ServletServer implementation.
| Constructor Summary | |
|---|---|
ServletServerImpl(String serverName,
int serverPort,
String contextPath,
ResourceLocator resourceLocator,
Logger logger)
Initiate. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletServerImpl(String serverName,
int serverPort,
String contextPath,
ResourceLocator resourceLocator,
Logger logger)
serverName - Server name.serverPort - Server port.contextPath - Context path.resourceLocator - ResourceLocator.logger - Logger.| Method Detail |
|---|
public String getServerName()
ServletServer
getServerName in interface ServletServerpublic int getServerPort()
ServletServerHttpRequest.
getServerPort in interface ServletServerpublic String getContextPath()
ServletServerServlet application.
getContextPath in interface ServletServerServlet application.public ResourceLocator getResourceLocator()
ServletServerResourceLocator for the Servlet application.
getResourceLocator in interface ServletServerResourceLocator for the Servlet application.public Logger getLogger()
ServletServerLogger for the Servlet application.
getLogger in interface ServletServerLogger for the Servlet application.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||