|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--javax.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.
| Fields inherited from class org.mmbase.servlet.JamesServlet |
pageLog |
| Fields inherited from class org.mmbase.servlet.MMBaseServlet |
mmbase |
| 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 |
addRAMSpeed(scanpage sp,
java.util.Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
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' |
byte[] |
getRAStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
Deprecated. |
byte[] |
getRMStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
Deprecated. |
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). |
int |
writeline(javax.servlet.http.HttpServletResponse res,
java.lang.String line)
Deprecated. Write String to the current client socket |
| 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, getRequestURL, getServletByAssociation, getServletByMapping, getServletMappings, getServletMappingsByAssociation, incRefCount |
| 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
JamesServletinit in class JamesServlet
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
MMBaseServletservice in class MMBaseServletpublic java.lang.String getServletInfo()
MMBaseServletgetServletInfo 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 java.util.Vector addRAMSpeed(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)
public int writeline(javax.servlet.http.HttpServletResponse res,
java.lang.String line)
String - line to be writen to the client
public byte[] getRAStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
public byte[] getRMStream(java.util.Vector params,
scanpage sp,
javax.servlet.http.HttpServletResponse resp)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||