|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DownloadServlet.Context | |
|---|---|
| org.glassfish.admingui.common.servlet | |
| Uses of DownloadServlet.Context in org.glassfish.admingui.common.servlet |
|---|
| Methods in org.glassfish.admingui.common.servlet that return DownloadServlet.Context | |
|---|---|
protected DownloadServlet.Context |
DownloadServlet.getDownloadContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method instantiates a DownloadServlet.Context and
initializes it with the Servlet, ServletConfig, ServletRequest,
and ServletResponse. |
| Methods in org.glassfish.admingui.common.servlet with parameters of type DownloadServlet.Context | |
|---|---|
void |
ClientStubsContentSource.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. |
void |
DownloadServlet.ContentSource.cleanUp(DownloadServlet.Context ctx)
This method may be used to clean up any temporary resources. |
void |
LBConfigContentSource.cleanUp(DownloadServlet.Context ctx)
This method may be used to clean up any temporary resources. |
java.io.InputStream |
ClientStubsContentSource.getInputStream(DownloadServlet.Context ctx)
This method is responsible for generating the content and returning an InputStream to that content. |
java.io.InputStream |
LogFilesContentSource.getInputStream(DownloadServlet.Context ctx)
This method is responsible for generating the content and returning an InputStream to that content. |
java.io.InputStream |
DownloadServlet.ContentSource.getInputStream(DownloadServlet.Context ctx)
This method is responsible for generating the content and returning an InputStream to that content. |
java.io.InputStream |
LBConfigContentSource.getInputStream(DownloadServlet.Context ctx)
This method is responsible for generating the content and returning an InputStream to that content. |
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 |
LogFilesContentSource.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 |
LBConfigContentSource.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||