public interface IMarkupLoader
As a Wicket user you should not need to use any markup loader directly. Instead use
MarkupFactory.getMarkup(MarkupContainer, boolean)
.
MarkupCache
,
MarkupParser
,
MarkupFactory
Modifier and Type | Method and Description |
---|---|
Markup |
loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Loads markup from a resource stream.
|
Markup loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload) throws IOException, ResourceStreamNotFoundException
container
- 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 ignoredIOException
ResourceStreamNotFoundException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.