Java org.apache.wicket.markup MarkupParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup MarkupParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup MarkupParser.

The text is from its open source code.

Field

StringWICKET
"wicket"

Constructor

Method

booleanadd(final IMarkupFilter filter)
Add a markup filter
MarkupFilterListgetMarkupFilters()
Markupparse()
Reads and parses markup from a file.
voidsetWicketNamespace(final String namespace)
In case you want to analyze markup which BY DEFAULT does not use "wicket" to find relevant tags.