Class StyleAndScriptIdentifier

java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.StyleAndScriptIdentifier
All Implemented Interfaces:
IMarkupFilter

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