|
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.property.servlet.DevicePropertyServletContext
public class DevicePropertyServletContext
| Field Summary |
|---|
| 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 | |
|---|---|
DevicePropertyServletContext(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 | |
|---|---|
void |
sort(org.osgi.service.cm.Configuration[] configurations)
Sort with the specified configurations parameter. |
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 |
| Constructor Detail |
|---|
public DevicePropertyServletContext(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 void sort(org.osgi.service.cm.Configuration[] configurations)
configurations - The configurations (Configuration[]) parameter.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 | |||||||||