com.filenet.wcm.apps.server.servlet
Class PutContentServlet
- java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.filenet.wcm.apps.server.servlet.PutContentServlet
All implemented interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class PutContentServlet
- extends javax.servlet.http.HttpServlet
See Also:
Constructor Summary
| Constructor and Description |
|---|
PutContentServlet()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
destroy()
Cleans up the resources.
|
|
doGet(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Processes the HTTP Get request.
|
|
doPost(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Processes the HTTP Post request.
|
|
doPut(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Processes the HTTP Post request.
|
|
init(javax.servlet.ServletConfig config)
Initializes the global variabless
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
PutContentServlet
- public PutContentServlet()
Method Detail
init
- public void init(javax.servlet.ServletConfig config)
- throws javax.servlet.ServletException
Initializes the global variabless
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletExceptiondoGet
- public void doGet(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws javax.servlet.ServletException
- java.io.IOException
Processes the HTTP Get request.
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletExceptionjava.io.IOExceptiondoPost
- public void doPost(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws javax.servlet.ServletException
- java.io.IOException
Processes the HTTP Post request.
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletExceptionjava.io.IOExceptiondoPut
- public void doPut(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws javax.servlet.ServletException
- java.io.IOException
Processes the HTTP Post request.
Overrides:
doPut in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletExceptionjava.io.IOExceptiondestroy
- public void destroy()
Cleans up the resources.
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet