Performs the post method. Simply passes itself on to the three argument doPost method, with null for the reader, because the request.getReader() will not have been used if this servlet is called directly.
@param request DOCUMENT ME!
@param response DOCUMENT ME!
@throws ServletException DOCUMENT ME!
@throws IOException DOCUMENT ME!
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.