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