Class ContextUtils.EmptyTagContext

  • Enclosing class:
    ContextUtils

    @Immutable
    private static final class ContextUtils.EmptyTagContext
    extends TagContext
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EmptyTagContext()  
    • Constructor Detail

      • EmptyTagContext

        private EmptyTagContext()
    • Method Detail

      • getIterator

        protected java.util.Iterator<Tag> getIterator()
        Description copied from class: TagContext
        Returns an iterator over the tags in this TagContext.
        Specified by:
        getIterator in class TagContext
        Returns:
        an iterator over the tags in this TagContext.