Index

C I M N 
All Classes and Interfaces|All Packages

C

com.zybber.wicket.markup_parser_customization - package com.zybber.wicket.markup_parser_customization
 
com.zybber.wicket.markup.parser.customization - module com.zybber.wicket.markup.parser.customization
 
customize(MarkupResourceStream, MarkupParser) - Method in interface com.zybber.wicket.markup_parser_customization.IMarkupParserCustomizer
Customize the given parser based on the state of the given resource.
customize(MarkupResourceStream, MarkupParser) - Static method in class com.zybber.wicket.markup_parser_customization.MarkupParserCustomization
Ask all found IMarkupParserCustomizer implementations found on the classpath to customize the given parser based on the state of the given resource.

I

IMarkupParserCustomizer - Interface in com.zybber.wicket.markup_parser_customization
A customizer of MarkupParsers created by a custom MarkupFactory that loads implementations of this interface.

M

MarkupParserCustomization - Class in com.zybber.wicket.markup_parser_customization
Loads the markup parser customizers available on the classpath.
MarkupParserCustomization() - Constructor for class com.zybber.wicket.markup_parser_customization.MarkupParserCustomization
 
MarkupParserCustomizingFactory - Class in com.zybber.wicket.markup_parser_customization
A custom MarkupFactory that can be used to enable MarkupParser customization, if the application does not already use a custom MarkupFactory yet.
MarkupParserCustomizingFactory() - Constructor for class com.zybber.wicket.markup_parser_customization.MarkupParserCustomizingFactory
 

N

newMarkupParser(MarkupResourceStream) - Method in class com.zybber.wicket.markup_parser_customization.MarkupParserCustomizingFactory
C I M N 
All Classes and Interfaces|All Packages