Package org.apache.wiki.forms


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

  • Class
    Description
    Closes a WikiForm.
     
    A FormHandler performs logic based on input from an HTTP FORM, transmitted through a JSPWiki WikiPlugin (see Form.java).
    Container for carrying HTTP FORM information between Plugin invocations in the Session.
    Creates a simple input text field.
    Opens a WikiForm.
     
    Creates a Form select field.
    FormSet is a companion WikiPlugin for Form.
    Creates a Form text area element.