Interface | Description |
---|---|
FormSubmissionListener |
FormSubmissionListener is used to receive callbacks when an XhtmlForm has its submit action called.
|
Class | Description |
---|---|
DefaultFormSubmissionListener |
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.
|
URLUTF8Encoder |
Provides a method to encode any string into a URL-safe form.
|
XhtmlCssOnlyNamespaceHandler |
Handles xhtml but only css styling is honored,
no presentational html attributes (see css 2.1 spec, 6.4.4)
|
XhtmlForm |
Represents a form object
|
XhtmlNamespaceHandler |
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
|