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 StringgetAttribute(String attributeName)org.thymeleaf.model.IModelgetModel()Returns the thymeleaf Model.StringgetName()Returns the name of the first componentbooleanisCloseTag()booleanisOpenTag()booleanisStandalone()booleanisTag(String testedName)StringtoString()
-
-
-
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
-
-