|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.loader.DefaultMarkupLoader
public class DefaultMarkupLoader
This is Wickets default markup loader. It uses the InheritedMarkupMarkupLoader and SimpleMarkupLoader to load the markup associated with a MarkupContainer.
InheritedMarkupMarkupLoader,
SimpleMarkupLoader| Constructor Summary | |
|---|---|
DefaultMarkupLoader()
Constructor. |
|
| Method Summary | |
|---|---|
Markup |
loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Loads markup from a resource stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMarkupLoader()
| Method Detail |
|---|
public final Markup loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
throws java.io.IOException,
ResourceStreamNotFoundException
IMarkupLoader
loadMarkup in interface IMarkupLoadercontainer - The original requesting markup containermarkupResourceStream - The markup resource stream to loadbaseLoader - This parameter can be use to chain IMarkupLoadersenforceReload - The cache will be ignored and all, including inherited markup files, will be
reloaded. Whatever is in the cache, it will be ignored
java.io.IOException
ResourceStreamNotFoundExceptionIMarkupLoader.loadMarkup(org.apache.wicket.MarkupContainer,
org.apache.wicket.markup.MarkupResourceStream,
org.apache.wicket.markup.loader.IMarkupLoader, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||