Class PageLoader

    • Method Detail

      • exec

        public void exec​(PipelineData pipelineData,
                         String name)
                  throws Exception
        Attempts to load and execute the external page.
        Specified by:
        exec in class GenericLoader<Page>
        Parameters:
        pipelineData - Turbine information.
        name - Name of object that will execute the page.
        Throws:
        Exception - a generic exception.
      • getInstance

        public static PageLoader getInstance()
        The method through which this class is accessed.
        Returns:
        The single instance of this class.