| Package | Description |
|---|---|
| org.glassfish.admingui.common.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientStubsContentSource |
class |
LBConfigContentSource |
class |
LogFilesContentSource |
class |
LogViewerContentSource |
| Modifier and Type | Method and Description |
|---|---|
protected DownloadServlet.ContentSource |
DownloadServlet.getContentSource(jakarta.servlet.ServletRequest request)
This method locates the appropriate
DownloadServlet#ContentSource for this request. |
DownloadServlet.ContentSource |
DownloadServlet.getContentSource(String id)
This method looks up a DownloadServlet.ContentSource given its id.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017–2020 Eclipse Foundation. All rights reserved.