Class TagHandlerImpl

    • Constructor Detail

      • TagHandlerImpl

        public TagHandlerImpl​(TagConfig config)
    • Method Detail

      • findNextByType

        protected final Iterator findNextByType​(Class type)
        Searches child handlers, starting at the 'nextHandler' for all instances of the passed type. This process will stop searching a branch if an instance is found.
        Parameters:
        type - Class type to search for
        Returns:
        iterator over instances of FaceletHandlers of the matching type