1.0.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.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 writer, properties, attribute definitions and required parameters.
 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 writer 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.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.
 


1.0.0

Copyright (c) 1999, 2007 IBM