Uses of Class
org.apache.wicket.markup.MarkupFactory
-
Packages that use MarkupFactory Package Description org.apache.wicket.markup Base package for markup.org.apache.wicket.settings -
-
Uses of MarkupFactory in org.apache.wicket.markup
Methods in org.apache.wicket.markup that return MarkupFactory Modifier and Type Method Description static MarkupFactory
MarkupFactory. get()
-
Uses of MarkupFactory in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return MarkupFactory Modifier and Type Method Description MarkupFactory
MarkupSettings. getMarkupFactory()
Get the markup factoryMethods in org.apache.wicket.settings with parameters of type MarkupFactory Modifier and Type Method Description MarkupSettings
MarkupSettings. setMarkupFactory(MarkupFactory factory)
Set a new markup factory
-