Uses of Class
org.glassfish.admingui.common.servlet.DownloadServlet.Context
Packages that use DownloadServlet.Context
-
Uses of DownloadServlet.Context in org.glassfish.admingui.common.servlet
Methods in org.glassfish.admingui.common.servlet that return DownloadServlet.ContextModifier and TypeMethodDescriptionprotected DownloadServlet.ContextDownloadServlet.getDownloadContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) This method instantiates aDownloadServlet.Contextand initializes it with the Servlet, ServletConfig, ServletRequest, and ServletResponse.Methods in org.glassfish.admingui.common.servlet with parameters of type DownloadServlet.ContextModifier and TypeMethodDescriptionvoidClientStubsContentSource.cleanUp(DownloadServlet.Context ctx) This method may be used to clean up any temporary resources.voidDownloadServlet.ContentSource.cleanUp(DownloadServlet.Context ctx) This method may be used to clean up any temporary resources.voidLBConfigContentSource.cleanUp(DownloadServlet.Context ctx) This method may be used to clean up any temporary resources.voidLogFilesContentSource.cleanUp(DownloadServlet.Context ctx) This method may be used to clean up any temporary resources.voidLogViewerContentSource.cleanUp(DownloadServlet.Context ctx) This method may be used to clean up any temporary resources.ClientStubsContentSource.getInputStream(DownloadServlet.Context ctx) This method is responsible for generating the content and returning an InputStream to that content.DownloadServlet.ContentSource.getInputStream(DownloadServlet.Context ctx) This method is responsible for generating the content and returning an InputStream to that content.LBConfigContentSource.getInputStream(DownloadServlet.Context ctx) This method is responsible for generating the content and returning an InputStream to that content.LogFilesContentSource.getInputStream(DownloadServlet.Context ctx) This method is responsible for generating the content and returning an InputStream to that content.LogViewerContentSource.getInputStream(DownloadServlet.Context ctx) This method is responsible for generating the content and returning an InputStream to that content.longClientStubsContentSource.getLastModified(DownloadServlet.Context context) This method is responsible for returning the last modified date of the content, or -1 if not applicable.longDownloadServlet.ContentSource.getLastModified(DownloadServlet.Context context) This method is responsible for returning the last modified date of the content, or -1 if not applicable.longLBConfigContentSource.getLastModified(DownloadServlet.Context context) This method is responsible for returning the last modified date of the content, or -1 if not applicable.longLogFilesContentSource.getLastModified(DownloadServlet.Context context) This method is responsible for returning the last modified date of the content, or -1 if not applicable.longLogViewerContentSource.getLastModified(DownloadServlet.Context context) This method is responsible for returning the last modified date of the content, or -1 if not applicable.protected voidDownloadServlet.writeContent(DownloadServlet.ContentSource source, DownloadServlet.Context context) This method is responsible for copying the data from the givenInputStreamto theServletResponse'sOutputStream.protected voidDownloadServlet.writeHeader(DownloadServlet.ContentSource source, DownloadServlet.Context context) This method is responsible for setting the response header information.