Package io.quarkus.devui.spi.page
Class Card
- java.lang.Object
-
- io.quarkus.devui.spi.page.Card
-
public class Card extends Object
Define a card in Dev UI. This is only used when an extension wants to supply a custom card (i.e. the default with links is not sufficient)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentLink()StringgetComponentName()StringgetComponentRef()StringgetNamespace()voidsetNamespace(String namespace)StringtoString()
-
-
-
Constructor Detail
-
Card
public Card(String componentLink)
-
-