Class VelocityLayoutServlet

    • Constructor Detail

      • VelocityLayoutServlet

        public VelocityLayoutServlet()
        Deprecated.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Deprecated.
        Description copied from class: VelocityLayoutServlet
        Initializes Velocity, the view servlet and checks for changes to the initial layout configuration.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class VelocityLayoutServlet
        Parameters:
        config - servlet configuration parameters
        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