org.zeroexchange.web.appearance
Class DOJOInstrumentationMarkupFilter

java.lang.Object
  extended by org.apache.wicket.markup.parser.AbstractMarkupFilter
      extended by org.zeroexchange.web.appearance.DOJOInstrumentationMarkupFilter
All Implemented Interfaces:
org.apache.wicket.markup.parser.IMarkupFilter, HTMLConstants

public class DOJOInstrumentationMarkupFilter
extends org.apache.wicket.markup.parser.AbstractMarkupFilter
implements HTMLConstants

Filter instruments body with the skin name in the 'class' tag.

Author:
black

Field Summary
 
Fields inherited from interface org.zeroexchange.web.HTMLConstants
CLASS_ATTR, TAG_BODY
 
Constructor Summary
DOJOInstrumentationMarkupFilter()
           
 
Method Summary
protected  org.apache.wicket.markup.MarkupElement onComponentTag(org.apache.wicket.markup.ComponentTag tag)
           
 
Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter
getMarkupResourceStream, getNextFilter, getWicketNamespace, nextElement, onSpecialTag, postProcess, setNextFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOJOInstrumentationMarkupFilter

public DOJOInstrumentationMarkupFilter()
Method Detail

onComponentTag

protected org.apache.wicket.markup.MarkupElement onComponentTag(org.apache.wicket.markup.ComponentTag tag)
                                                         throws ParseException
Specified by:
onComponentTag in class org.apache.wicket.markup.parser.AbstractMarkupFilter
Throws:
ParseException


Copyright © 2013. All Rights Reserved.