|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Markup | |
---|---|
org.apache.wicket.markup | Base package for markup. |
org.apache.wicket.markup.loader | |
org.apache.wicket.markup.parser.filter | Default parsing extensions. |
Uses of Markup in org.apache.wicket.markup |
---|
Subclasses of Markup in org.apache.wicket.markup | |
---|---|
class |
MergedMarkup
A Markup class which represents merged markup, as it is required for markup inheritance. |
Fields in org.apache.wicket.markup declared as Markup | |
---|---|
static Markup |
Markup.NO_MARKUP
Placeholder that indicates no markup |
Methods in org.apache.wicket.markup that return Markup | |
---|---|
Markup |
MarkupResourceStream.getBaseMarkup()
In case of markup inheritance, the base markup resource. |
Markup |
IMarkupCache.getMarkup(MarkupContainer container,
java.lang.Class<?> clazz,
boolean enforceReload)
Gets any (immutable) markup resource for the container or any of its parent classes (markup inheritance) |
Markup |
MarkupCache.getMarkup(MarkupContainer container,
java.lang.Class<?> clazz,
boolean enforceReload)
THIS IS NOT PART OF WICKET'S PUBLIC API. |
Markup |
MarkupFactory.getMarkup(MarkupContainer container,
java.lang.Class<?> clazz,
boolean enforceReload)
Gets a fresh markup stream that contains the (immutable) markup resource for this class. |
protected Markup |
MarkupCache.getMarkupFromCache(java.lang.CharSequence cacheKey,
MarkupContainer container)
Wicket's default implementation just uses the cacheKey to retrieve the markup from the cache. |
Markup |
MarkupFragment.getRootMarkup()
|
Markup |
MarkupFactory.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
boolean enforceReload)
Loads markup from a resource stream. |
protected Markup |
MarkupCache.onMarkupNotFound(java.lang.String cacheKey,
MarkupContainer container)
Will be called if the markup was not in the cache yet but could not be found either. |
Markup |
AbstractMarkupParser.parse()
Reads and parses markup from a file. |
protected Markup |
MarkupCache.putIntoCache(java.lang.String locationString,
MarkupContainer container,
Markup markup)
Put the markup into the cache if cacheKey is not null and the cache does not yet contain the cacheKey. |
Methods in org.apache.wicket.markup that return types with arguments of type Markup | |
---|---|
protected MarkupCache.ICache<java.lang.CharSequence,Markup> |
MarkupCache.getMarkupCache()
Get a unmodifiable map which contains the cached data. |
Methods in org.apache.wicket.markup with parameters of type Markup | |
---|---|
protected abstract java.util.List<IMarkupFilter> |
AbstractMarkupParser.initializeMarkupFilters(Markup markup)
Create a new markup filter chain and initialize with all default filters required. |
protected MarkupParser.MarkupFilterList |
MarkupParser.initializeMarkupFilters(Markup markup)
Initialize Wicket's MarkupParser with all necessary markup filters. |
protected Markup |
MarkupCache.putIntoCache(java.lang.String locationString,
MarkupContainer container,
Markup markup)
Put the markup into the cache if cacheKey is not null and the cache does not yet contain the cacheKey. |
void |
MarkupResourceStream.setBaseMarkup(Markup baseMarkup)
In case of markup inheritance, the base markup. |
Constructors in org.apache.wicket.markup with parameters of type Markup | |
---|---|
MergedMarkup(Markup markup,
Markup baseMarkup,
int extendIndex)
Merge inherited and base markup. |
Uses of Markup in org.apache.wicket.markup.loader |
---|
Methods in org.apache.wicket.markup.loader that return Markup | |
---|---|
Markup |
DefaultMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
|
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)
|
Markup |
InheritedMarkupMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
|
Uses of Markup in org.apache.wicket.markup.parser.filter |
---|
Constructors in org.apache.wicket.markup.parser.filter with parameters of type Markup | |
---|---|
HtmlHeaderSectionHandler(Markup markup)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |