Uses of Class
com.ecyrd.jspwiki.forms.FormInfo

Packages that use FormInfo
com.ecyrd.jspwiki.forms Contains classes for doing form handling within JSPWiki. 
 

Uses of FormInfo in com.ecyrd.jspwiki.forms
 

Methods in com.ecyrd.jspwiki.forms that return FormInfo
protected  FormInfo FormElement.getFormInfo(WikiContext ctx)
          Attempts to retrieve information on the currently handled form from the WikiContext.
 

Methods in com.ecyrd.jspwiki.forms with parameters of type FormInfo
protected  void FormElement.storeFormInfo(WikiContext ctx, FormInfo info)
          Utility method stores a FormInfo object into the WikiContext.