Package org.xhtmlrenderer.simple.extend


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