|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DownloadServlet.ContentSource | |
|---|---|
| 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 | |
|---|---|
class |
ClientStubsContentSource
|
class |
LBConfigContentSource
|
class |
LogFilesContentSource
|
| Methods in org.glassfish.admingui.common.servlet that return DownloadServlet.ContentSource | |
|---|---|
protected DownloadServlet.ContentSource |
DownloadServlet.getContentSource(javax.servlet.ServletRequest request)
This method locates the appropriate DownloadServlet#ContentSource for this request. |
DownloadServlet.ContentSource |
DownloadServlet.getContentSource(java.lang.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 | |
|---|---|
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 | |||||||||