org.jdesktop.deployment.jnlp.servlet
Class JnlpDownloadServlet
java.lang.Object
HttpServlet
org.jdesktop.deployment.jnlp.servlet.JnlpDownloadServlet
public class JnlpDownloadServlet
- extends HttpServlet
This Servlet class is an implementation of JNLP Specification's
Download Protocols.
All requests to this servlet is in the form of HTTP GET commands.
The parameters that are needed are:
arch
,
os
,
locale
,
version-id
or platform-version-id
,
current-version-id
,
- code>known-platforms
- Version:
- 1.8 01/23/03
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
We handle get requests too - eventhough the spec. |
static java.util.ResourceBundle |
getResourceBundle()
|
void |
init(ServletConfig config)
Initialize servlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JnlpDownloadServlet
public JnlpDownloadServlet()
init
public void init(ServletConfig config)
throws ServletException
- Initialize servlet
- Throws:
ServletException
getResourceBundle
public static java.util.ResourceBundle getResourceBundle()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- We handle get requests too - eventhough the spec. only requeres POST requests
- Throws:
ServletException
java.io.IOException
Copyright © 2005 Sun Microsystems All Rights Reserved.