Module com.aoapps.html.any
Interface Formmethod<E extends Element<?,?,E> & Formmethod<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 Formmethod<E extends Element<?,?,E> & Formmethod<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 withFormmethod
. -
Method Summary
Modifier and TypeMethodDescriptionformmethod
(Suppliers.String<Ex> formmethod) formmethod
(IOSupplierE<? extends V, Ex> formmethod) default E
formmethod
(String formmethod) default E
formmethod
(V formmethod)
-
Method Details
-
formmethod
- Throws:
IOException
- Since:
- HTML 5
-
formmethod
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
formmethod
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
formmethod
default <Ex extends Throwable> E formmethod(IOSupplierE<? extends V, Ex> formmethod) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-