Class OptionsMethod

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

    public class OptionsMethod
    extends MethodBase
    Class called to handle OPTIONS. We should determine what the current url refers to and send a response which shows the allowable methods on that resource.
    Author:
    Mike Douglass
    • Constructor Detail

      • OptionsMethod

        public OptionsMethod()
                      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