com.khubla.pragmatach.framework.form
Class Form
java.lang.Object
com.khubla.pragmatach.framework.form.Form
public class Form
- extends Object
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Form
public Form(Hashtable<String,FormItem> items)
- ctor
parse
public static Form parse(javax.servlet.http.HttpServletRequest httpServletRequest)
throws PragmatachException
- get form POST data
- Throws:
PragmatachException
getFormItem
public FormItem getFormItem(String name)
getFormItemValue
public String getFormItemValue(String name)
getItems
public Hashtable<String,FormItem> getItems()
size
public int size()
Copyright © 2014 khubla.com. All rights reserved.