jnlp.sample.servlet
Class JnlpFileHandler

java.lang.Object
  extended by jnlp.sample.servlet.JnlpFileHandler

public class JnlpFileHandler
extends java.lang.Object


Constructor Summary
JnlpFileHandler(javax.servlet.ServletContext servletContext, Logger log)
          Initialize JnlpFileHandler for the specific ServletContext
 
Method Summary
 DownloadResponse getJnlpFile(JnlpResource jnlpres, DownloadRequest dreq)
           
 DownloadResponse getJnlpFileEx(JnlpResource jnlpres, DownloadRequest dreq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpFileHandler

public JnlpFileHandler(javax.servlet.ServletContext servletContext,
                       Logger log)
Initialize JnlpFileHandler for the specific ServletContext

Method Detail

getJnlpFile

public DownloadResponse getJnlpFile(JnlpResource jnlpres,
                                    DownloadRequest dreq)
                             throws java.io.IOException
Throws:
java.io.IOException

getJnlpFileEx

public DownloadResponse getJnlpFileEx(JnlpResource jnlpres,
                                      DownloadRequest dreq)
                               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2009 Sun Microsystems. All Rights Reserved.