2009-01-09 1.2.0

Uses of Class
org.eclipse.soda.dk.device.servlet.DeviceServletContext

Packages that use DeviceServletContext
org.eclipse.soda.dk.device.bundle.servlet This package is part of the org.eclipse.soda.dk.device.bundle.servlet project. 
org.eclipse.soda.dk.device.configuration.servlet This package is part of the org.eclipse.soda.dk.device.configuration.servlet project. 
org.eclipse.soda.dk.device.device.servlet This package is part of the org.eclipse.soda.dk.device.device.servlet project. 
org.eclipse.soda.dk.device.nslog.servlet This package is part of the org.eclipse.soda.dk.device.nslog.servlet project. 
org.eclipse.soda.dk.device.property.servlet This package is part of the org.eclipse.soda.dk.device.property.servlet project. 
org.eclipse.soda.dk.device.service.servlet This package is part of the org.eclipse.soda.dk.device.service.servlet project. 
org.eclipse.soda.dk.device.servlet This package is part of the org.eclipse.soda.dk.device.servlet project. 
org.eclipse.soda.dk.metadata.servlet This package is part of the org.eclipse.soda.dk.device.metadata.servlet project. 
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.bundle.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.device.bundle.servlet
 class DeviceBundleServletContext
           
 

Methods in org.eclipse.soda.dk.device.bundle.servlet that return DeviceServletContext
 DeviceServletContext DeviceBundleServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.bundle.servlet with parameters of type DeviceServletContext
 void DeviceBundleServlet.processFileRequest(DeviceServletContext context)
          Process file request with the specified context parameter.
 void DeviceBundleServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.configuration.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.device.configuration.servlet
 class DeviceConfigurationServletContext
           
 

Methods in org.eclipse.soda.dk.device.configuration.servlet that return DeviceServletContext
 DeviceServletContext DeviceConfigurationServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.configuration.servlet with parameters of type DeviceServletContext
 org.osgi.service.metatype.AttributeDefinition DeviceConfigurationServlet.processConfigurationAttributes(DeviceServletContext context, java.util.Dictionary properties, org.osgi.service.metatype.AttributeDefinition[] attributeDefinitions, boolean required)
          Process configuration attributes with the specified context, properties, attribute definitions and required parameters and return the AttributeDefinition result.
 void DeviceConfigurationServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 java.util.Hashtable DeviceConfigurationServlet.validateConfiguration(DeviceServletContext context, java.util.Hashtable table)
          Validate configuration with the specified context and table parameters and return the Hashtable result.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.device.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.device.device.servlet
 class DeviceDeviceServletContext
           
 

Methods in org.eclipse.soda.dk.device.device.servlet that return DeviceServletContext
 DeviceServletContext DeviceDeviceServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.device.servlet with parameters of type DeviceServletContext
 void DeviceDeviceServlet.processCommand(DeviceServletContext context, CommandService command, boolean edit)
          Process command with the specified context, command and edit parameters.
 void DeviceDeviceServlet.processCommandPage(DeviceServletContext context, CommandService command, java.lang.String operation)
          Process command page with the specified context, command and operation parameters.
 void DeviceDeviceServlet.processFileRequest(DeviceServletContext context)
          Process file request with the specified context parameter.
 void DeviceDeviceServlet.processMeasurement(DeviceServletContext context, MeasurementService measurement, boolean edit)
          Process measurement with the specified context, measurement and edit parameters.
 void DeviceDeviceServlet.processMeasurementPage(DeviceServletContext context, MeasurementService measurement, java.lang.String operation)
          Process measurement page with the specified context, measurement and operation parameters.
 void DeviceDeviceServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 void DeviceDeviceServlet.processSignal(DeviceServletContext context, SignalService signal, boolean edit)
          Process signal with the specified context, signal and edit parameters.
 void DeviceDeviceServlet.processSignalPage(DeviceServletContext context, SignalService signal, java.lang.String operation)
          Process signal page with the specified context, signal and operation parameters.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.nslog.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.device.nslog.servlet
 class DeviceNslogServletContext
           
 

Methods in org.eclipse.soda.dk.device.nslog.servlet that return DeviceServletContext
 DeviceServletContext DeviceNslogServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.nslog.servlet with parameters of type DeviceServletContext
 void DeviceNslogServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.property.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.device.property.servlet
 class DevicePropertyServletContext
           
 

Methods in org.eclipse.soda.dk.device.property.servlet that return DeviceServletContext
 DeviceServletContext DevicePropertyServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.property.servlet with parameters of type DeviceServletContext
 void DevicePropertyServlet.changeProperty(DeviceServletContext context, java.util.Properties table)
          Change property with the specified context and table parameters.
 void DevicePropertyServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.service.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.device.service.servlet
 class DeviceServiceServletContext
           
 

Methods in org.eclipse.soda.dk.device.service.servlet that return DeviceServletContext
 DeviceServletContext DeviceServiceServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.service.servlet with parameters of type DeviceServletContext
 void DeviceServiceServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.device.servlet
 

Methods in org.eclipse.soda.dk.device.servlet that return DeviceServletContext
 DeviceServletContext DeviceServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.device.servlet with parameters of type DeviceServletContext
 void DeviceServlet.buildMenu(DeviceServletContext context)
          Build menu with the specified context parameter.
 void DeviceServlet.processFileRequest(DeviceServletContext context)
          Process file request with the specified context parameter.
 void DeviceServlet.processOverview(DeviceServletContext context)
          Process overview with the specified context parameter.
 void DeviceServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 void DeviceServlet.setup(DeviceServletContext context)
          Sets the up value.
 

Uses of DeviceServletContext in org.eclipse.soda.dk.metadata.servlet
 

Subclasses of DeviceServletContext in org.eclipse.soda.dk.metadata.servlet
 class DeviceMetadataServletContext
           
 

Methods in org.eclipse.soda.dk.metadata.servlet that return DeviceServletContext
 DeviceServletContext DeviceMetadataServlet.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 

Methods in org.eclipse.soda.dk.metadata.servlet with parameters of type DeviceServletContext
 org.osgi.service.metatype.AttributeDefinition DeviceMetadataServlet.processConfigurationAttributes(DeviceServletContext context, java.util.Dictionary properties, org.osgi.service.metatype.AttributeDefinition[] attributeDefinitions, boolean required)
          Process configuration attributes with the specified context, properties, attribute definitions and required parameters and return the AttributeDefinition result.
 void DeviceMetadataServlet.processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 java.util.Hashtable DeviceMetadataServlet.validateConfiguration(DeviceServletContext context, java.util.Hashtable table)
          Validate configuration with the specified writer and table parameters and return the Hashtable result.
 java.util.Hashtable DeviceMetadataServlet.validateConfiguration(DeviceServletContext context, java.util.Map table)
          Validate configuration with the specified context and table parameters and return the Hashtable result.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.