HamletSpec.__, HamletSpec._Child, HamletSpec._Content, HamletSpec._RawContent, HamletSpec.PCDatapublic class HamletImpl.Generic<T extends HamletSpec.__> extends HamletImpl.EImp<T> implements HamletSpec.PCData
| Modifier and Type | Method | Description |
|---|---|---|
HamletImpl.Generic<T> |
__(java.lang.Object... lines) |
Content of the element
|
HamletImpl.Generic<T> |
_attr(java.lang.String name,
java.lang.String value) |
|
HamletImpl.Generic<HamletImpl.Generic<T>> |
_elem(java.lang.String name,
java.util.EnumSet<HamletImpl.EOpt> opts) |
|
HamletImpl.Generic<T> |
_inline() |
|
HamletImpl.Generic<T> |
_noEndTag() |
|
HamletImpl.Generic<T> |
_pre() |
|
HamletImpl.Generic<T> |
_r(java.lang.Object... lines) |
Raw (no need to be HTML escaped) content
|
HamletImpl.Generic<HamletImpl.Generic<T>> |
elem(java.lang.String name) |
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__public HamletImpl.Generic<T> _inline()
public HamletImpl.Generic<T> _noEndTag()
public HamletImpl.Generic<T> _pre()
public HamletImpl.Generic<T> _attr(java.lang.String name, java.lang.String value)
public HamletImpl.Generic<HamletImpl.Generic<T>> _elem(java.lang.String name, java.util.EnumSet<HamletImpl.EOpt> opts)
public HamletImpl.Generic<HamletImpl.Generic<T>> elem(java.lang.String name)
public HamletImpl.Generic<T> __(java.lang.Object... lines)
HamletSpec._Content__ in interface HamletSpec._Contentlines - of contentpublic HamletImpl.Generic<T> _r(java.lang.Object... lines)
HamletSpec._RawContent_r in interface HamletSpec._RawContentlines - of contentCopyright © 2008–2025 Apache Software Foundation. All rights reserved.