Package io.quarkus.qute
Class UserTagSectionHelper.Arguments
- java.lang.Object
-
- io.quarkus.qute.UserTagSectionHelper.Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasHtmlAttributes()UserTagSectionHelper.Argumentsfilter(String... keys)Objectget(String key)booleanisEmpty()Iterator<Map.Entry<String,Object>>iterator()intsize()UserTagSectionHelper.Argumentsskip(String... keys)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
size
public int size()
-
skip
public UserTagSectionHelper.Arguments skip(String... keys)
-
filter
public UserTagSectionHelper.Arguments filter(String... keys)
-
asHtmlAttributes
public String asHtmlAttributes()
-
-