Class VelocityViewServlet

    • Constructor Detail

      • VelocityViewServlet

        public VelocityViewServlet()
        Deprecated.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Deprecated.
        Description copied from class: VelocityViewServlet

        Initializes servlet and VelocityView used to process requests. Called by the servlet container on loading.

        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class VelocityViewServlet
        Parameters:
        config - servlet configuation
        Throws:
        javax.servlet.ServletException
      • getVelocityView

        protected VelocityView getVelocityView()
        Deprecated.
        Overrides parent to ensure each VVS instance has it's own separate configuration, just like in Tools 1.x.
        Overrides:
        getVelocityView in class VelocityViewServlet