Module com.aoapps.html.any
Interface Src<E extends Element<?,?,E> & Src<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyIMG
,AnyINPUT.Dynamic
,AnyINPUT.Image
,AnySCRIPT
public interface Src<E extends Element<?,?,E> & Src<E>>
See HTML src Attribute.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionsrc
(IOSupplierE<? extends String, Ex> src) See HTML src Attribute.default E
See HTML src Attribute.
-
Method Details
-
src
See HTML src Attribute.- Throws:
IOException
-
src
See HTML src Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-