Class StyleAndScriptIdentifier

  • All Implemented Interfaces:
    IMarkupFilter

    public final class StyleAndScriptIdentifier
    extends AbstractMarkupFilter
    An IMarkupFilter that wraps the body of all <style> elements and <script> elements which are plain JavaScript in CDATA blocks. This allows the user application to use unescaped XML characters without caring that those may break Wicket's XML Ajax response.
    Author:
    Juergen Donnerstag