Interface TemplateResolver

    • Method Detail

      • resolveTemplate

        Template resolveTemplate​(Component eachComp,
                                 java.lang.Object eachData,
                                 int index,
                                 int size,
                                 java.lang.String subType)
        Resolve the template for the component
        Parameters:
        eachComp - the template to be resolved of the component
        eachData - the data for resolver
        index - the index of each
        size - the size of data set
        subType - the sub-type of template should be resolved
        Returns:
        the template if exist.
        Since:
        7.0.0
      • addTemplateTracking

        void addTemplateTracking​(Component eachComp,
                                 java.lang.Object eachData,
                                 int index,
                                 int size)
        Add template tracking to component
        Parameters:
        eachComp - the template to be resolved of the component
        eachData - the data for resolver
        index - the index of each
        size - the size of data set