|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.device.servlet.DeviceServletContext
org.eclipse.soda.dk.device.nslog.servlet.DeviceNslogServletContext
public class DeviceNslogServletContext
| Field Summary | |
|---|---|
static java.lang.String |
CONNECTION_FACTORY_NAME
Define the connection factory name (String) constant. |
static int |
CONNECTION_FACTORY_NAME_LENGTH
Define the connection factory name length (int) constant. |
| Fields inherited from class org.eclipse.soda.dk.device.servlet.DeviceServletContext |
|---|
contentTypes, fileExtension, fileName, filePath, filterId, firstItem, HEX_CHAR_LOWER_TABLE, HEX_CHAR_UPPER_TABLE, HTML_CONTENT_TYPE, idEnd, idStart, path, request, response, serverAlias, simpleFilePath, TXT_CONTENT_TYPE, XML_CONTENT_TYPE |
| Constructor Summary | |
|---|---|
DeviceNslogServletContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String serverAlias)
Constructs an instance of this class from the specified request and response parameters. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
templateInputStream(java.lang.String name)
Template input stream with the specified name parameter and return the InputStream result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONNECTION_FACTORY_NAME
public static final int CONNECTION_FACTORY_NAME_LENGTH
| Constructor Detail |
|---|
public DeviceNslogServletContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String serverAlias)
request - The request (HttpServletRequest) parameter.response - The response (HttpServletResponse) parameter.serverAlias - The server alias (String) parameter.| Method Detail |
|---|
public java.io.InputStream templateInputStream(java.lang.String name)
templateInputStream in class DeviceServletContextname - The name (String) parameter.
InputStream) value.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||