Uses of Interface
org.glassfish.admingui.common.servlet.DownloadServlet.ContentSource
Packages that use DownloadServlet.ContentSource
-
Uses of DownloadServlet.ContentSource in org.glassfish.admingui.common.servlet
Classes in org.glassfish.admingui.common.servlet that implement DownloadServlet.ContentSourceModifier and TypeClassDescriptionclassclassclassclassMethods in org.glassfish.admingui.common.servlet that return DownloadServlet.ContentSourceModifier and TypeMethodDescriptionprotected DownloadServlet.ContentSourceDownloadServlet.getContentSource(jakarta.servlet.ServletRequest request) This method locates the appropriatefor this request.invalid reference
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.ContentSourceModifier and TypeMethodDescriptionprotected 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.