Class PostMethod

  • All Implemented Interfaces:
    org.bedework.util.logging.Logged

    public class PostMethod
    extends MethodBase
    Class called to handle POST. This is used to provoke the server into doing a refresh and is not part of the timezone server specification.

    This method should ensure that the request is from a known ip address and that some sort of key is provided.

    Author:
    Mike Douglass
    • Constructor Detail

      • PostMethod

        public PostMethod()
                   throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
    • Method Detail

      • doMethod

        public void doMethod​(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse resp)
                      throws javax.servlet.ServletException
        Specified by:
        doMethod in class MethodBase
        Throws:
        javax.servlet.ServletException