org.apache.wicket.markup.parser.filter
Class StyleAndScriptIdentifier
java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.StyleAndScriptIdentifier
- All Implemented Interfaces:
- IMarkupFilter
public final class StyleAndScriptIdentifier
- extends AbstractMarkupFilter
- Author:
- Juergen Donnerstag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyleAndScriptIdentifier
public StyleAndScriptIdentifier(Markup markup)
- Construct.
- Parameters:
markup -
onComponentTag
protected final MarkupElement onComponentTag(ComponentTag tag)
throws ParseException
- Description copied from class:
AbstractMarkupFilter
- Invoked when a ComponentTag was found.
By default this method is also called for WicketTags.
- Specified by:
onComponentTag in class AbstractMarkupFilter
- Returns:
- Usually the same as the tag attribute
- Throws:
ParseException
postProcess
public void postProcess(Markup markup)
- Description copied from interface:
IMarkupFilter
- Called after all filters have been processed.
- Specified by:
postProcess in interface IMarkupFilter- Overrides:
postProcess in class AbstractMarkupFilter
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.