Uses of Interface
org.jreform.HttpServletRequestValidator

Packages that use HttpServletRequestValidator
org.jreform Main package that defines public api. 
org.jreform.internal Contains the bulk of implementation. 
 

Uses of HttpServletRequestValidator in org.jreform
 

Subinterfaces of HttpServletRequestValidator in org.jreform
 interface Form
          A form containing inputs and optionally input groups.
 interface Group
          A group of inputs within a form.
 interface InputCollection
           
 

Classes in org.jreform that implement HttpServletRequestValidator
 class HtmlForm
          This is a base class that should be extended to create a form.
 

Uses of HttpServletRequestValidator in org.jreform.internal
 

Classes in org.jreform.internal that implement HttpServletRequestValidator
(package private)  class AbstractForm
          A form that contains a set of its own inputs, errors and input groups.
(package private)  class AbstractInputCollection
           
 class BaseHtmlForm
           
(package private)  class GroupImpl
          An input group maintains its own set of inputs and errors and has its own validation rules.
 



Copyright © 2007-2008 jReform