|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMarkupFilter | |
---|---|
org.apache.wicket.markup | Base package for markup. |
org.apache.wicket.markup.html.form | HTML Forms and form components. |
org.apache.wicket.markup.parser | The default parsing engine of Wicket. |
org.apache.wicket.markup.parser.filter | Default parsing extensions. |
Uses of IMarkupFilter in org.apache.wicket.markup |
---|
Methods in org.apache.wicket.markup that return IMarkupFilter | |
---|---|
protected IMarkupFilter |
MarkupParser.MarkupFilterList.onAdd(IMarkupFilter filter)
a) Allow subclasses to configure individual Wicket filters which otherwise can not be accessed. |
protected IMarkupFilter |
MarkupFactory.onAppendMarkupFilter(IMarkupFilter filter)
A callback method that is invoked prior to any IMarkupFilter being registered with
MarkupParser . |
protected IMarkupFilter |
MarkupParser.onAppendMarkupFilter(IMarkupFilter filter)
a) Allow subclasses to configure individual Wicket filters |
Methods in org.apache.wicket.markup that return types with arguments of type IMarkupFilter | |
---|---|
List<IMarkupFilter> |
AbstractMarkupParser.getMarkupFilters()
|
protected abstract List<IMarkupFilter> |
AbstractMarkupParser.initializeMarkupFilters(Markup markup)
Create a new markup filter chain and initialize with all default filters required. |
Methods in org.apache.wicket.markup with parameters of type IMarkupFilter | |
---|---|
boolean |
MarkupParser.add(IMarkupFilter filter)
Add a markup filter |
boolean |
MarkupParser.MarkupFilterList.add(IMarkupFilter filter)
|
boolean |
MarkupParser.add(IMarkupFilter filter,
Class<? extends IMarkupFilter> beforeFilter)
Add a markup filter before the 'beforeFilter' |
boolean |
MarkupParser.MarkupFilterList.add(IMarkupFilter filter,
Class<? extends IMarkupFilter> beforeFilter)
Insert a markup filter before a another one. |
protected IMarkupFilter |
MarkupParser.MarkupFilterList.onAdd(IMarkupFilter filter)
a) Allow subclasses to configure individual Wicket filters which otherwise can not be accessed. |
protected IMarkupFilter |
MarkupFactory.onAppendMarkupFilter(IMarkupFilter filter)
A callback method that is invoked prior to any IMarkupFilter being registered with
MarkupParser . |
protected IMarkupFilter |
MarkupParser.onAppendMarkupFilter(IMarkupFilter filter)
a) Allow subclasses to configure individual Wicket filters |
Method parameters in org.apache.wicket.markup with type arguments of type IMarkupFilter | |
---|---|
boolean |
MarkupParser.add(IMarkupFilter filter,
Class<? extends IMarkupFilter> beforeFilter)
Add a markup filter before the 'beforeFilter' |
boolean |
MarkupParser.MarkupFilterList.add(IMarkupFilter filter,
Class<? extends IMarkupFilter> beforeFilter)
Insert a markup filter before a another one. |
Uses of IMarkupFilter in org.apache.wicket.markup.html.form |
---|
Classes in org.apache.wicket.markup.html.form that implement IMarkupFilter | |
---|---|
class |
AutoLabelTagHandler
Markup filter that identifies tags with the wicket:for attribute. |
Uses of IMarkupFilter in org.apache.wicket.markup.parser |
---|
Classes in org.apache.wicket.markup.parser that implement IMarkupFilter | |
---|---|
class |
AbstractMarkupFilter
Base class for markup filters |
Methods in org.apache.wicket.markup.parser that return IMarkupFilter | |
---|---|
IMarkupFilter |
IMarkupFilter.getNextFilter()
IMarkupFilters are usually chained with the last filter retrieving the elements from the XML parser. |
IMarkupFilter |
AbstractMarkupFilter.getNextFilter()
|
Methods in org.apache.wicket.markup.parser with parameters of type IMarkupFilter | |
---|---|
void |
IMarkupFilter.setNextFilter(IMarkupFilter parent)
Set parent filter. |
void |
AbstractMarkupFilter.setNextFilter(IMarkupFilter parent)
Set new parent. |
Uses of IMarkupFilter in org.apache.wicket.markup.parser.filter |
---|
Classes in org.apache.wicket.markup.parser.filter that implement IMarkupFilter | |
---|---|
class |
ConditionalCommentFilter
Skip duplicated mismatched markup inside conditional comments |
class |
EnclosureHandler
This is a markup inline filter. |
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 |
InlineEnclosureHandler
This is a markup inline filter. |
class |
OpenCloseTagExpander
MarkupFilter that expands certain open-close tag as separate open and close tags. |
class |
RelativePathPrefixHandler
The purpose of this filter is to make all "href", "src" and "background" attributes found in the markup which contain a relative URL like "myDir/myPage.gif" actually resolve in the output HTML, by prefixing them with with an appropriate path to make the link work properly, even if the current page is being displayed at a mounted URL or whatever. |
class |
RootMarkupFilter
This is the root of all filters, which retrieves the next xml element from the xml parser. |
class |
StyleAndScriptIdentifier
An IMarkupFilter that wraps the body of all <style> elements and <script> elements which are plain JavaScript in CDATA blocks. |
class |
WicketLinkTagHandler
This is a markup inline filter. |
class |
WicketMessageTagHandler
This is a markup inline filter and a component resolver. |
class |
WicketNamespaceHandler
This is a markup inline filter. |
class |
WicketRemoveTagHandler
This is a markup inline filter. |
class |
WicketTagIdentifier
This is a markup inline filter. |
Methods in org.apache.wicket.markup.parser.filter that return IMarkupFilter | |
---|---|
IMarkupFilter |
RootMarkupFilter.getNextFilter()
|
Methods in org.apache.wicket.markup.parser.filter with parameters of type IMarkupFilter | |
---|---|
void |
RootMarkupFilter.setNextFilter(IMarkupFilter parent)
This is the root filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |