Class NamedComponentContentComponent
- java.lang.Object
-
- io.vertigo.ui.impl.thymeleaf.components.NamedComponentContentComponent
-
public final class NamedComponentContentComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description NamedComponentContentComponent(org.thymeleaf.model.IModel innerModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttribute(String attributeName)
org.thymeleaf.model.IModel
getModel()
Returns the thymeleaf Model.String
getName()
Returns the name of the first componentboolean
isCloseTag()
boolean
isOpenTag()
boolean
isStandalone()
boolean
isTag(String testedName)
String
toString()
-
-
-
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
-
-