Uses of Interface
org.glassfish.admingui.common.servlet.DownloadServlet.ContentSource
-
Packages that use DownloadServlet.ContentSource Package Description org.glassfish.admingui.common.servlet -
-
Uses of DownloadServlet.ContentSource in org.glassfish.admingui.common.servlet
Classes in org.glassfish.admingui.common.servlet that implement DownloadServlet.ContentSource Modifier and Type Class Description classClientStubsContentSourceclassLBConfigContentSourceclassLogFilesContentSourceclassLogViewerContentSourceMethods in org.glassfish.admingui.common.servlet that return DownloadServlet.ContentSource Modifier and Type Method Description protected DownloadServlet.ContentSourceDownloadServlet. getContentSource(jakarta.servlet.ServletRequest request)This method locates the appropriateDownloadServlet#ContentSourcefor this request.DownloadServlet.ContentSourceDownloadServlet. getContentSource(String id)This method looks up a DownloadServlet.ContentSource given its id.Methods in org.glassfish.admingui.common.servlet with parameters of type DownloadServlet.ContentSource Modifier and Type Method Description 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.
-