|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
org.jboss.dtf.testframework.dtfweb.DownloadArchive
public class DownloadArchive
| Constructor Summary | |
|---|---|
DownloadArchive()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
|
void |
init(ServletConfig config)
Called by the servlet container to indicate to a servlet that the servlet is being placed into service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DownloadArchive()
| Method Detail |
|---|
public void init(ServletConfig config)
throws ServletException
Servlet#init.
This implementation stores the ServletConfig
object it receives from the servlet container for later use.
When overriding this form of the method, call
super.init(config).
config - the ServletConfig object
that contains configutation
information for this servlet
ServletException - if an exception occurs that
interrupts the servlet's normal
operationUnavailableException
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
ServletException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||