|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMarkupLoader | |
|---|---|
| org.apache.wicket.markup | Base package for markup. |
| org.apache.wicket.markup.loader | |
| Uses of IMarkupLoader in org.apache.wicket.markup |
|---|
| Methods in org.apache.wicket.markup that return IMarkupLoader | |
|---|---|
IMarkupLoader |
MarkupFactory.getMarkupLoader()
MarkupLoaders are responsible to find and load the markup for a component. |
| Uses of IMarkupLoader in org.apache.wicket.markup.loader |
|---|
| Classes in org.apache.wicket.markup.loader that implement IMarkupLoader | |
|---|---|
class |
DefaultMarkupLoader
This is Wickets default markup loader. |
class |
InheritedMarkupMarkupLoader
Merge the 2+ markups involved in markup inheritance. |
class |
SimpleMarkupLoader
Load the markup from the resource stream provided |
| Methods in org.apache.wicket.markup.loader with parameters of type IMarkupLoader | |
|---|---|
Markup |
IMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Loads markup from a resource stream. |
Markup |
SimpleMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Uses MarkupFactory.newMarkupParser(MarkupResourceStream) and
AbstractMarkupParser.parse() to load the Markup. |
Markup |
DefaultMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Uses SimpleMarkupLoader to load the resource(s), read it and check if markup
inheritance applies. |
Markup |
InheritedMarkupMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Load the markup from the resource stream with the base MarkupLoader provided, than check if markup inheritance must be applied. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||