Module com.aoapps.html.any
Interface Usemap<E extends Element<?,?,E> & Usemap<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyIMG
public interface Usemap<E extends Element<?,?,E> & Usemap<E>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
usemap
See HTML usemap Attribute.Automatically prefixes '#' to any non-null and non-empty (after trimming) value that does not already begin with '#'.
- Throws:
IOException
-
usemap
default <Ex extends Throwable> E usemap(IOSupplierE<? extends String, Ex> usemap) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-