Uses of Interface
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.FORM

Packages that use HamletSpec.FORM
org.apache.hadoop.yarn.webapp.hamlet   
 

Uses of HamletSpec.FORM in org.apache.hadoop.yarn.webapp.hamlet
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec.FORM
 class Hamlet.FORM<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.FORM
 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 © 2014 Apache Software Foundation. All Rights Reserved.