Module com.aoapps.html.any
Interface Formaction<E extends Element<?,?,E> & Formaction<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Image
,AnyINPUT.Submit
public interface Formaction<E extends Element<?,?,E> & Formaction<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withFormaction
. -
Method Summary
Modifier and TypeMethodDescriptionformaction
(IOSupplierE<? extends String, Ex> formaction) default E
formaction
(String formaction)
-
Method Details
-
formaction
- Throws:
IOException
- Since:
- HTML 5
-
formaction
default <Ex extends Throwable> E formaction(IOSupplierE<? extends String, Ex> formaction) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-