Module com.aoapps.html.any
Interface Enctype<E extends Element<?,?,E> & Enctype<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Type Parameters:
E
- This element typeV
- This enum type to use for this attribute
- All Known Implementing Classes:
AnyFORM
public interface Enctype<E extends Element<?,?,E> & Enctype<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withEnctype
.static enum
-
Method Summary
Modifier and TypeMethodDescriptionenctype
(Suppliers.String<Ex> enctype) enctype
(IOSupplierE<? extends V, Ex> enctype) default E
default E
-
Method Details
-
enctype
- Throws:
IOException
-
enctype
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
enctype
- Throws:
IOException
- See Also:
-
enctype
default <Ex extends Throwable> E enctype(IOSupplierE<? extends V, Ex> enctype) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-