Uses of Class
org.glassfish.admingui.common.servlet.DownloadServlet.Context

Packages that use DownloadServlet.Context
org.glassfish.admingui.common.servlet   
 

Uses of DownloadServlet.Context in org.glassfish.admingui.common.servlet
 

Methods in org.glassfish.admingui.common.servlet that return DownloadServlet.Context
protected  DownloadServlet.Context DownloadServlet.getDownloadContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           This method instantiates a DownloadServlet.Context and initializes it with the Servlet, ServletConfig, ServletRequest, and ServletResponse.
 

Methods in org.glassfish.admingui.common.servlet with parameters of type DownloadServlet.Context
 void LogViewerContentSource.cleanUp(DownloadServlet.Context ctx)
           This method may be used to clean up any temporary resources.
 void LogFilesContentSource.cleanUp(DownloadServlet.Context ctx)
           This method may be used to clean up any temporary resources.
 void LBConfigContentSource.cleanUp(DownloadServlet.Context ctx)
           This method may be used to clean up any temporary resources.
 void DownloadServlet.ContentSource.cleanUp(DownloadServlet.Context ctx)
           This method may be used to clean up any temporary resources.
 void ClientStubsContentSource.cleanUp(DownloadServlet.Context ctx)
           This method may be used to clean up any temporary resources.
 InputStream LogViewerContentSource.getInputStream(DownloadServlet.Context ctx)
           This method is responsible for generating the content and returning an InputStream to that content.
 InputStream LogFilesContentSource.getInputStream(DownloadServlet.Context ctx)
           This method is responsible for generating the content and returning an InputStream to that content.
 InputStream LBConfigContentSource.getInputStream(DownloadServlet.Context ctx)
           This method is responsible for generating the content and returning an InputStream to that content.
 InputStream DownloadServlet.ContentSource.getInputStream(DownloadServlet.Context ctx)
           This method is responsible for generating the content and returning an InputStream to that content.
 InputStream ClientStubsContentSource.getInputStream(DownloadServlet.Context ctx)
           This method is responsible for generating the content and returning an InputStream to that content.
 long LogViewerContentSource.getLastModified(DownloadServlet.Context context)
           This method is responsible for returning the last modified date of the content, or -1 if not applicable.
 long LogFilesContentSource.getLastModified(DownloadServlet.Context context)
           This method is responsible for returning the last modified date of the content, or -1 if not applicable.
 long LBConfigContentSource.getLastModified(DownloadServlet.Context context)
           This method is responsible for returning the last modified date of the content, or -1 if not applicable.
 long DownloadServlet.ContentSource.getLastModified(DownloadServlet.Context context)
           This method is responsible for returning the last modified date of the content, or -1 if not applicable.
 long ClientStubsContentSource.getLastModified(DownloadServlet.Context context)
           This method is responsible for returning the last modified date of the content, or -1 if not applicable.
protected  void DownloadServlet.writeContent(DownloadServlet.ContentSource source, DownloadServlet.Context context)
           This method is responsible for copying the data from the given InputStream to the ServletResponse's OutputStream.
protected  void DownloadServlet.writeHeader(DownloadServlet.ContentSource source, DownloadServlet.Context context)
           This method is responsible for setting the response header information.
 



Copyright © 2012. All Rights Reserved.