|
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.configuration.servlet.DeviceConfigurationServletContext
public class DeviceConfigurationServletContext
| 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 | |
|---|---|
DeviceConfigurationServletContext(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.util.Map |
getConnectionMetadata()
Gets the connection metadata (Map) value. |
void |
saveMetaData(org.osgi.framework.Bundle[] bundles,
org.osgi.service.metatype.MetaTypeService metaTypeService)
Save meta data with the specified writer and language parameters. |
void |
setConnectionMetadata(java.util.Map connectionMetadata)
Sets the connection metadata value. |
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 |
| Field Detail |
|---|
public static final java.lang.String CONNECTION_FACTORY_NAME
public static final int CONNECTION_FACTORY_NAME_LENGTH
| Constructor Detail |
|---|
public DeviceConfigurationServletContext(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.util.Map getConnectionMetadata()
Map) value.setConnectionMetadata(Map)
public void saveMetaData(org.osgi.framework.Bundle[] bundles,
org.osgi.service.metatype.MetaTypeService metaTypeService)
bundles - The bundles (Bundle[]) parameter.metaTypeService - The meta type service (MetaTypeService) parameter.public void setConnectionMetadata(java.util.Map connectionMetadata)
connectionMetadata - The connection meta data (Map) parameter.getConnectionMetadata()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 | |||||||||