Class NamedComponentContentComponent


  • public final class NamedComponentContentComponent
    extends Object
    • Constructor Detail

      • NamedComponentContentComponent

        public NamedComponentContentComponent​(org.thymeleaf.model.IModel innerModel)
    • Method Detail

      • getName

        public String getName()
        Returns the name of the first component
        Returns:
        Component name
      • isTag

        public boolean isTag​(String testedName)
      • isStandalone

        public boolean isStandalone()
      • isOpenTag

        public boolean isOpenTag()
      • isCloseTag

        public boolean isCloseTag()
      • getModel

        public org.thymeleaf.model.IModel getModel()
        Returns the thymeleaf Model.
        Returns:
        IModel inner model
      • getAttribute

        public String getAttribute​(String attributeName)