org.jcoderz.phoenix.servlet
Class Base64DecoderServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jcoderz.phoenix.servlet.Base64DecoderServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class Base64DecoderServlet
- extends HttpServlet
Simple servlet to perform base 64 decoding.
- Author:
- Andreas Mandel
- See Also:
- Serialized Form
- web.servlet
- name="base64"
- web.servlet-mapping
- url-pattern="/base64"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64DecoderServlet
public Base64DecoderServlet()
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException
-
- Overrides:
doPost in class HttpServlet
- Throws:
IOException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException
-
- Overrides:
doGet in class HttpServlet
- Throws:
IOException
getServletInfo
public String getServletInfo()
-
- Specified by:
getServletInfo in interface Servlet- Overrides:
getServletInfo in class GenericServlet
Copyright 2007 The jCoderZ Project.