2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet
Class WriteProfileServlet

java.lang.Object
  extended by DeviceServlet
      extended by org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.WriteProfileServlet

public class WriteProfileServlet
extends DeviceServlet

Since:
1.0
Version:
1.2.0

Constructor Summary
WriteProfileServlet()
          Constructs an instance of this class.
 
Method Summary
 void bind(WriteProfileConsole writeProfileConsole)
          Bind with the specified http service and write profile console parameters.
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Do get with the specified request and response parameters.
protected  java.lang.String getHtml(javax.servlet.http.HttpServletRequest request)
          Get html with the specified request parameter and return the String result.
 java.lang.String getServletAlias()
          Gets the servlet alias (String) value.
 void processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteProfileServlet

public WriteProfileServlet()
Constructs an instance of this class.

Method Detail

bind

public void bind(WriteProfileConsole writeProfileConsole)
Bind with the specified http service and write profile console parameters.

Parameters:
writeProfileConsole - The write profile console (WriteProfileConsole) parameter.

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException
Do get with the specified request and response parameters.

Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Throws:
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.

getHtml

protected java.lang.String getHtml(javax.servlet.http.HttpServletRequest request)
Get html with the specified request parameter and return the String result.

Parameters:
request - The request (HttpServletRequest) parameter.
Returns:
Results of the get html (String) value.

getServletAlias

public java.lang.String getServletAlias()
Gets the servlet alias (String) value.

Returns:
The servlet alias (String) value.

processRequest

public void processRequest(DeviceServletContext context)
Process request with the specified context parameter.

Parameters:
context - The context (DeviceServletContext) parameter.

2009-10-01 1.2.0

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