Uses of Interface
wicket.markup.parser.IMarkupFilter

Packages that use IMarkupFilter
wicket.markup Base package for markup. 
wicket.markup.parser The default parsing engine of Wicket. 
wicket.markup.parser.filter Default parsing extensions. 
 

Uses of IMarkupFilter in wicket.markup
 

Methods in wicket.markup with parameters of type IMarkupFilter
 void MarkupParser.appendMarkupFilter(IMarkupFilter filter)
          Append a new filter to the list of already pre-configured markup filters.
 

Constructors in wicket.markup with parameters of type IMarkupFilter
MarkupParserFactory(Application application, IMarkupFilter filter)
          Construct.
MarkupParserFactory(Application application, IMarkupFilter[] filters)
          Construct.
 

Uses of IMarkupFilter in wicket.markup.parser
 

Subinterfaces of IMarkupFilter in wicket.markup.parser
 interface IXmlPullParser
          The interface of a streaming XML parser as required by Wicket.
 

Classes in wicket.markup.parser that implement IMarkupFilter
 class AbstractMarkupFilter
          Base class for markup filters
 class XmlPullParser
          A fairly shallow markup pull parser which parses a markup string of a given type of markup (for example, html, xml, vxml or wml) into ComponentTag and RawMarkup tokens.
 

Methods in wicket.markup.parser that return IMarkupFilter
 IMarkupFilter IMarkupFilter.getParent()
          IMarkupFilters are usually chained with the last filter being an XML parser.
 IMarkupFilter AbstractMarkupFilter.getParent()
           
 

Methods in wicket.markup.parser with parameters of type IMarkupFilter
 void IMarkupFilter.setParent(IMarkupFilter parent)
          Set parent filter.
 void AbstractMarkupFilter.setParent(IMarkupFilter parent)
          Set new parent.
 

Constructors in wicket.markup.parser with parameters of type IMarkupFilter
AbstractMarkupFilter(IMarkupFilter parent)
          Construct.
 

Uses of IMarkupFilter in wicket.markup.parser.filter
 

Classes in wicket.markup.parser.filter that implement IMarkupFilter
 class BodyOnLoadHandler
          If you want to package and share ready-made components and if you want this components to be easily pluggable than this component must have all the relevant information.
 class HeadForceTagIdHandler
          Handler that sets unique tag id for every inline script and style element in <wicket:head>, unless the element already has one.
 class HtmlHandler
          This is a markup inline filter.
 class HtmlHeaderSectionHandler
          This is a markup inline filter.
 class HtmlProblemFinder
          This is a markup inline filter which by default is not added to the list of markup filter.
 class PrependContextPathHandler
          This is a markup inline filter which by default is added to the list of markup filters.
 class TagTypeHandler
          This is a markup inline filter.
 class WicketLinkTagHandler
          This is a markup inline filter.
 class WicketMessageTagHandler
          THIS IS EXPERIMENTAL ONLY AND DISABLED BY DEFAULT
 class WicketNamespaceHandler
          This is a markup inline filter.
 class WicketRemoveTagHandler
          This is a markup inline filter.
 class WicketTagIdentifier
          This is a markup inline filter.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.