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 MarkupFactoryMarkupFactory. get() -
Uses of MarkupFactory in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return MarkupFactory Modifier and Type Method Description MarkupFactoryMarkupSettings. getMarkupFactory()Get the markup factoryMethods in org.apache.wicket.settings with parameters of type MarkupFactory Modifier and Type Method Description MarkupSettingsMarkupSettings. setMarkupFactory(MarkupFactory factory)Set a new markup factory
-