Class LegacyVelocityScreen

    • Method Detail

      • doBuildTemplate

        protected void doBuildTemplate​(RunData data,
                                       org.apache.velocity.context.Context context)
                                throws Exception
        Deprecated.
        Velocity Screens extending this class should override this method to perform any particular business logic and add information to the context.
        Parameters:
        data - Turbine information.
        context - Context for web pages.
        Throws:
        Exception - a generic exception.