Class NamedComponentContentComponent
java.lang.Object
io.vertigo.ui.impl.thymeleaf.components.NamedComponentContentComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String attributeName) org.thymeleaf.model.IModelgetModel()Returns the thymeleaf Model.getName()Returns the name of the first componentbooleanbooleanbooleanbooleantoString()
-
Constructor Details
-
NamedComponentContentComponent
public NamedComponentContentComponent(org.thymeleaf.model.IModel innerModel)
-
-
Method Details
-
getName
Returns the name of the first component- Returns:
- Component name
-
isTag
-
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
-
toString
-