| javax.servlet.http.HttpServlet com.ecyrd.jspwiki.rpc.atom.AtomAPIServlet
AtomAPIServlet | public class AtomAPIServlet extends HttpServlet (Code) | | Handles incoming requests for the Atom API. This class uses the
"sandler" Atom API implementation.
author: Janne Jalkanen since: 2.1.97 |
Field Summary | |
final static Logger | log |
log | final static Logger log(Code) | | |
doPost | public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException(Code) | | Implements the PostURI of the Atom spec.
Implementation notes:
- Only fetches the first content. All other contents are ignored.
- Assumes that incoming code is plain text or WikiMarkup, not html.
|
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)
|
|
|