| javax.servlet.http.HttpServlet org.enhydra.dm.WebDavServlet
WebDavServlet | public class WebDavServlet extends HttpServlet (Code) | | author: Slobodan Vujasinovic |
defaultDesEncriptionImpl | final public static String defaultDesEncriptionImpl(Code) | | |
defaultDocumentManagerImpl | final public static String defaultDocumentManagerImpl(Code) | | |
defaultDocumentStoreImpl | final public static String defaultDocumentStoreImpl(Code) | | |
defaultLogImpl | final public static String defaultLogImpl(Code) | | |
defaultUserManagerImpl | final public static String defaultUserManagerImpl(Code) | | |
transaction | protected UserTransaction transaction(Code) | | Transaction object reference
|
transactionJNDIPath | public static String transactionJNDIPath(Code) | | |
commitTransaction | protected void commitTransaction() throws Exception(Code) | | Method commits DB transation instance
|
destroy | public void destroy()(Code) | | Destroy method for all handler implementations
|
getHandler | protected MethodHandler getHandler(String method)(Code) | | Returns the MethodHandler for the specified method.
Parameters: method - The HTTP method (GET, POST, PUT, etc.) being handled. A MethodHandler capable of servicing the request using thegiven method. |
init | public void init() throws ServletException(Code) | | Method for initialization ; Reads parameters from config and initialize application
parts
|
initTransaction | protected void initTransaction() throws Exception(Code) | | Method initializes DB transation instance
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|