|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
com.knowgate.http.HttpBLOBServlet
public class HttpBLOBServlet
Send LONGVARBINARY database field to HttpServletResponse OutputStream
| Constructor Summary | |
|---|---|
HttpBLOBServlet()
|
|
| Method Summary | |
|---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Send LONGVARBINARY database field to HttpServletResponse OutputStream |
void |
init()
Initialize Servlet Parameters Take Database Driver, Conenction URL and User from /WEB-INF/web.xml. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpBLOBServlet()
| Method Detail |
|---|
public void init()
throws ServletException
Initialize Servlet Parameters
Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
ServletException
UnavailableException - If jdbcDriverClassName parameter is not found
and driver property at hipergate.cnf is not found or if jdbcURL parameter
is not found and dburl property at hipergate.cnf is not found.Environment
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
java.io.FileNotFoundException,
ServletException
Send LONGVARBINARY database field to HttpServletResponse OutputStream
nm_table - Name of table holding longvarbinary field.response -
java.io.IOException
java.io.FileNotFoundException
ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||