Module com.aoapps.html.any
Interface Href<E extends Element<?,?,E> & Href<E>>
- Type Parameters:
E
- This element type
public interface Href<E extends Element<?,?,E> & Href<E>>
See HTML href Attribute.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionhref
(IOSupplierE<? extends String, Ex> href) See HTML href Attribute.default E
See HTML href Attribute.
-
Method Details
-
href
See HTML href Attribute.- Throws:
IOException
-
href
See HTML href Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-