com.sapportals.portal.prt.util.html
Class HtmlForm.FormMethod

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.Stringable
        |
        +--com.sapportals.portal.prt.util.html.HtmlForm.FormMethod
Enclosing class:
HtmlForm

public static class HtmlForm.FormMethod
extends Stringable


Field Summary
static HtmlForm.FormMethod GET
           
static HtmlForm.FormMethod POST
           
 
Methods inherited from class com.sapportals.portal.prt.util.html.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET

public static final HtmlForm.FormMethod GET

POST

public static final HtmlForm.FormMethod POST