Package org.apache.wiki.forms
Contains classes for doing form handling within JSPWiki.
Package Specification
This package contains all form-related classes, interfaces and helpers.Related Documentation
-
Interface Summary Interface Description FormHandler A FormHandler performs logic based on input from an HTTP FORM, transmitted through a JSPWiki WikiPlugin (see Form.java). -
Class Summary Class Description FormClose Closes a WikiForm.FormElement FormInfo Container for carrying HTTP FORM information between Plugin invocations in the Session.FormInput Creates a simple input text field.FormOpen Opens a WikiForm.FormOutput FormSelect Creates a Form select field.FormSet FormSet is a companion WikiPlugin for Form.FormTextarea Creates a Form text area element.