com.khubla.pragmatach.framework.form
Class Form

java.lang.Object
  extended by com.khubla.pragmatach.framework.form.Form

public class Form
extends Object

Author:
tome

Constructor Summary
Form(Hashtable<String,FormItem> items)
          ctor
 
Method Summary
 FormItem getFormItem(String name)
           
 String getFormItemValue(String name)
           
 Hashtable<String,FormItem> getItems()
           
static Form parse(javax.servlet.http.HttpServletRequest httpServletRequest)
          get form POST data
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Form

public Form(Hashtable<String,FormItem> items)
ctor

Method Detail

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.