Class NamedComponentContentComponent

java.lang.Object
io.vertigo.ui.impl.thymeleaf.components.NamedComponentContentComponent

public final class NamedComponentContentComponent extends Object
  • Constructor Details

    • NamedComponentContentComponent

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

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object