| Package | Description |
|---|---|
| org.glassfish.admingui.common.servlet |
| Modifier and Type | Method and Description |
|---|---|
protected DownloadServlet.Context |
DownloadServlet.getDownloadContext(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
This method instantiates a
DownloadServlet.Context and
initializes it with the Servlet, ServletConfig, ServletRequest,
and ServletResponse. |
| Modifier and Type | Method and Description |
|---|---|
void |
LBConfigContentSource.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.
|
void |
LogViewerContentSource.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 |
LogFilesContentSource.cleanUp(DownloadServlet.Context ctx)
This method may be used to clean up any temporary resources.
|
InputStream |
LBConfigContentSource.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.
|
InputStream |
LogViewerContentSource.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 |
LogFilesContentSource.getInputStream(DownloadServlet.Context ctx)
This method is responsible for generating the content and
returning an InputStream to that content.
|
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 |
ClientStubsContentSource.getLastModified(DownloadServlet.Context context)
This method is responsible for returning the last modified date of
the content, or -1 if not applicable.
|
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 |
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 |
LogFilesContentSource.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 © 2017–2020 Eclipse Foundation. All rights reserved.