| Package | Description |
|---|---|
| org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Hamlet.FORM<T extends HamletSpec.__> |
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.FORM |
HamletSpec.FORM.$accept(java.lang.String cdata) |
list of MIME types for file upload
|
HamletSpec.FORM |
HamletSpec.FORM.$accept_charset(java.lang.String cdata) |
(space and/or comma separated) list of supported charsets
|
HamletSpec.FORM |
HamletSpec.FORM.$action(java.lang.String uri) |
server-side form handler
|
HamletSpec.FORM |
HamletSpec.FORM.$enctype(java.lang.String enctype) |
contentype for "POST" method.
|
HamletSpec.FORM |
HamletSpec.FORM.$method(HamletSpec.Method method) |
HTTP method used to submit the form
|
HamletSpec.FORM |
HamletSpec.FORM.$name(java.lang.String cdata) |
name of form for scripting
|
HamletSpec.FORM |
HamletSpec.FORM.$onreset(java.lang.String script) |
the form was reset
|
HamletSpec.FORM |
HamletSpec.FORM.$onsubmit(java.lang.String script) |
the form was submitted
|
HamletSpec.FORM |
HamletSpec._Form.form() |
Add a FORM element.
|
HamletSpec.FORM |
HamletSpec._Form.form(java.lang.String selector) |
Add a FORM element.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.