Module com.aoapps.html.any
Interface Formenctype<E extends Element<?,?,E> & Formenctype<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:
AnyINPUT.Dynamic
,AnyINPUT.Image
,AnyINPUT.Submit
public interface Formenctype<E extends Element<?,?,E> & Formenctype<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withFormenctype
. -
Method Summary
Modifier and TypeMethodDescriptionformenctype
(Suppliers.String<Ex> formenctype) formenctype
(IOSupplierE<? extends V, Ex> formenctype) default E
formenctype
(String formenctype) default E
formenctype
(V formenctype)
-
Method Details
-
formenctype
- Throws:
IOException
- Since:
- HTML 5
-
formenctype
default <Ex extends Throwable> E formenctype(Suppliers.String<Ex> formenctype) throws IOException, Ex - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
formenctype
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
formenctype
default <Ex extends Throwable> E formenctype(IOSupplierE<? extends V, Ex> formenctype) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-