public static interface HamletSpec.Listing
| Modifier and Type | Method and Description | 
|---|---|
| HamletSpec.OL | ol()Add a OL (ordered list) element. | 
| HamletSpec.OL | ol(String selector)Add a OL (ordered list) element. | 
| HamletSpec.UL | ul()Add a UL (unordered list) element. | 
| HamletSpec.UL | ul(String selector)Add a UL (unordered list) element. | 
HamletSpec.UL ul()
HamletSpec.UL ul(String selector)
selector - the css selector in the form of (#id)?(.class)*HamletSpec.OL ol()
HamletSpec.OL ol(String selector)
selector - the css selector in the form of (#id)?(.class)*Copyright © 2008–2023 Apache Software Foundation. All rights reserved.