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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUtility class for working withFormenctype. -
Method Summary
Modifier and TypeMethodDescriptionformenctype(Suppliers.String<Ex> formenctype) formenctype(IOSupplierE<V, Ex> formenctype) default Eformenctype(String formenctype) default Eformenctype(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:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
formenctype
- Throws:
IOException- Since:
- HTML 5
- See Also:
-
formenctype
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
