ImageServlet or AttachmentServlet insteadpublic class servdb extends JamesServlet
pageLogmmbase, retryAfter| Constructor and Description |
|---|
servdb()
Deprecated.
Construct a servfile worker, it should be places in a worker
pool (by the admin thread).
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Vector |
checkPostPlaylist(HttpPost poster,
scanpage sp,
Vector vec)
Deprecated.
|
Vector |
checkSessionJingle(scanpage sp,
Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated.
|
Vector |
filterSessionMods(scanpage sp,
Vector params,
javax.servlet.http.HttpServletResponse res)
Deprecated.
|
byte[] |
getAttachment(Vector params)
Deprecated.
moved to AttachmentServlet
|
String |
getAttachmentFileName(Vector params)
Deprecated.
moved to AttachmentServlet
|
String |
getAttachmentMimeType(Vector params)
Deprecated.
moved to AttachmentServlet
|
byte[] |
getDTD(Vector params)
Deprecated.
|
byte[] |
getFlash(Vector params)
Deprecated.
Return Flash movie
|
String |
getParamValue(String wanted,
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'
|
(package private) Hashtable |
getRoots()
Deprecated.
|
String |
getServletInfo()
Deprecated.
Returns information about this servlet.
|
byte[] |
getXML(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).
|
void |
setMMBase(MMBase mmb)
Deprecated.
Sets the mmbase member.
|
(package private) boolean |
Show_Directory(String pathname,
File dirfile,
PrintWriter out)
Deprecated.
|
getAddress, getAuthorization, getAuthorization, getCookie, getInitParameters, getModule, getParam, getParamVector, getProperties, getPropertyassociateMapping, checkInited, decRefCount, destroy, doGet, getAssociations, getBasePath, getMMBase, getRequestURL, getServletByAssociation, getServletByMapping, getServletMappings, getServletMappingsByAssociation, incRefCount, setInitExceptiondoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic servdb()
public void init()
throws javax.servlet.ServletException
JamesServletinit in class JamesServletjavax.servlet.ServletExceptionpublic void setMMBase(MMBase mmb)
MMBaseServletsetMMBase in interface MMBaseStartersetMMBase in class MMBaseServletpublic void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
MMBaseServletservice in class MMBaseServletjavax.servlet.ServletExceptionIOExceptionboolean Show_Directory(String pathname, File dirfile, PrintWriter out)
public String getServletInfo()
MMBaseServletgetServletInfo in interface javax.servlet.ServletgetServletInfo in class MMBaseServletHashtable getRoots()
public Vector filterSessionMods(scanpage sp, Vector params, javax.servlet.http.HttpServletResponse res)
public Vector checkSessionJingle(scanpage sp, Vector params, javax.servlet.http.HttpServletResponse res)
public byte[] getXML(Vector params)
public String getAttachmentFileName(Vector params)
public byte[] getAttachment(Vector params)
public String getAttachmentMimeType(Vector params)
public byte[] getFlash(Vector params)
public byte[] getDTD(Vector params)
public String getParamValue(String wanted, Vector params)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}