|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mmbase.servlet.MMBaseServlet
org.mmbase.servlet.JamesServlet
org.mmbase.servlet.servdb
ImageServlet or AttachmentServlet instead
The servdb servlet handles binairy requests. This includes images (img.db), realaudio (realaudio.db) but also xml (xml.db) and dtd's (dtd.db). With servscan it provides the communication between the clients browser and the mmbase space.
| Field Summary |
| Fields inherited from class org.mmbase.servlet.JamesServlet |
pageLog |
| Constructor Summary | |
servdb()
Deprecated. Construct a servfile worker, it should be places in a worker pool (by the admin thread). |
|
| Method Summary | |
java.util.Vector |
checkSessionJingle(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
java.util.Vector |
filterSessionMods(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
byte[] |
getAttachment(java.util.Vector params)
Deprecated. moved to AttachmentServlet |
java.lang.String |
getAttachmentFileName(java.util.Vector params)
Deprecated. moved to AttachmentServlet |
java.lang.String |
getAttachmentMimeType(java.util.Vector params)
Deprecated. moved to AttachmentServlet |
byte[] |
getDTD(java.util.Vector params)
Deprecated. |
byte[] |
getFlash(java.util.Vector params)
Deprecated. Return Flash movie |
java.lang.String |
getParamValue(java.lang.String wanted,
java.util.Vector params)
Deprecated. try to obtain a decoded param string from the input Vector format in : s(11212) format out 11212 on a get with 's' |
java.lang.String |
getServletInfo()
Deprecated. Returns information about this servlet. |
byte[] |
getXML(java.util.Vector params)
Deprecated. |
void |
init()
Deprecated. Initializes the servlet. |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. The service method is extended with calls for the refCount functionality (for performance related debugging). |
| Methods inherited from class org.mmbase.servlet.JamesServlet |
getAddress, getAuthorization, getAuthorization, getCookie, getInitParameters, getModule, getParam, getParamVector, getProperties, getProperty |
| Methods inherited from class org.mmbase.servlet.MMBaseServlet |
associateMapping, decRefCount, destroy, doGet, getAssociations, getMMBase, getRequestURL, getServletByAssociation, getServletByMapping, getServletMappings, getServletMappingsByAssociation, incRefCount, setInitException, setMMBase |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public servdb()
| Method Detail |
public void init()
throws javax.servlet.ServletException
JamesServlet
init in class JamesServletjavax.servlet.ServletException
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
MMBaseServlet
service in class MMBaseServletjavax.servlet.ServletException
java.io.IOExceptionpublic java.lang.String getServletInfo()
MMBaseServlet
getServletInfo in interface javax.servlet.ServletgetServletInfo in class MMBaseServlet
public java.util.Vector filterSessionMods(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
public java.util.Vector checkSessionJingle(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
public byte[] getXML(java.util.Vector params)
public java.lang.String getAttachmentFileName(java.util.Vector params)
public byte[] getAttachment(java.util.Vector params)
public java.lang.String getAttachmentMimeType(java.util.Vector params)
public byte[] getFlash(java.util.Vector params)
public byte[] getDTD(java.util.Vector params)
public java.lang.String getParamValue(java.lang.String wanted,
java.util.Vector params)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||