|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.soda.dk.device.servlet.DeviceServlet
org.eclipse.soda.dk.device.bundle.servlet.DeviceBundleServlet
public class DeviceBundleServlet
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.device.servlet.service.DeviceServletService |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
DeviceBundleServlet()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
DeviceServletContext |
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. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do post with the specified request and response parameters. |
org.osgi.service.metatype.AttributeDefinition |
findAttribute(java.lang.Object key,
org.osgi.service.metatype.AttributeDefinition[] attributeDefinitions)
Find attribute with the specified key and attribute definitions parameters and return the AttributeDefinition result. |
void |
processBundleHeaders(DeviceBundleServletContext context)
Process bundle headers with the specified writer parameter. |
void |
processBundles(DeviceBundleServletContext context)
Process bundles with the specified writer parameter. |
void |
processFileRequest(DeviceServletContext context)
Process file request with the specified context parameter. |
void |
processRequest(DeviceServletContext context)
Process request with the specified context parameter. |
| Methods inherited from class org.eclipse.soda.dk.device.servlet.DeviceServlet |
|---|
buildMenu, doGet, escape, escape, getBundleContext, getBundles, getResouceAliasDefault, getResoucePathDefault, getResourceAlias, getResourcePath, getServer, getServiceReferences, getServletAlias, getServletAliasDefault, processOverview, setBundleContext, setResourceAlias, setResourcePath, setServer, setServletAlias, setup |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.device.servlet.service.DeviceServletService |
|---|
getServletAlias |
| Methods inherited from interface javax.servlet.Servlet |
|---|
destroy, getServletConfig, getServletInfo, init, service |
| Constructor Detail |
|---|
public DeviceBundleServlet()
| Method Detail |
|---|
public DeviceServletContext createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HttpServletRequest) parameter.
The response (HttpServletResponse) parameter.
createContext in class DeviceServletrequest - The request (HttpServletRequest) parameter.response - The response (HttpServletResponse) parameter.
DeviceServletContext)
value.DeviceServlet.getBundleContext(),
DeviceServlet.setBundleContext(BundleContext)
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
HttpServletRequest) parameter.
The response (HttpServletResponse) parameter.
Servlet Exception.
doPost in class DeviceServletrequest - The request (HttpServletRequest) parameter.response - The response (HttpServletResponse) parameter.
javax.servlet.ServletException - Servlet Exception.
java.io.IOException
public org.osgi.service.metatype.AttributeDefinition findAttribute(java.lang.Object key,
org.osgi.service.metatype.AttributeDefinition[] attributeDefinitions)
Object) parameter.
The attribute definitions (AttributeDefinition[])
parameter.
findAttribute in class DeviceServletkey - The key (Object) parameter.attributeDefinitions - The attribute definitions (AttributeDefinition[]) parameter.
AttributeDefinition)
value.public void processBundleHeaders(DeviceBundleServletContext context)
PrintWriter) parameter.
The context (DeviceServletContext) parameter.
context - The context (DeviceBundleServletContext) parameter.public void processBundles(DeviceBundleServletContext context)
PrintWriter) parameter.
The context (DeviceServletContext) parameter.
context - The context (DeviceBundleServletContext) parameter.public void processFileRequest(DeviceServletContext context)
DeviceServletContext) parameter.
processFileRequest in class DeviceServletcontext - The context (DeviceServletContext) parameter.public void processRequest(DeviceServletContext context)
DeviceServletContext) parameter.
processRequest in class DeviceServletcontext - The context (DeviceServletContext) parameter.processFileRequest(DeviceServletContext)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||