|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMarkupCache | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.markup | Base package for markup. |
| org.apache.wicket.settings | |
| Uses of IMarkupCache in org.apache.wicket |
|---|
| Methods in org.apache.wicket that return IMarkupCache | |
|---|---|
IMarkupCache |
Application.getMarkupCache()
Deprecated. please use IMarkupSettings.getMarkupCache() instead |
| Uses of IMarkupCache in org.apache.wicket.markup |
|---|
| Classes in org.apache.wicket.markup that implement IMarkupCache | |
|---|---|
class |
MarkupCache
This is Wicket's default IMarkupCache implementation. |
| Uses of IMarkupCache in org.apache.wicket.settings |
|---|
| Methods in org.apache.wicket.settings that return IMarkupCache | |
|---|---|
IMarkupCache |
IMarkupSettings.getMarkupCache()
The markup cache also loads the markup if not yet available in the cache. |
IMarkupCache |
Settings.getMarkupCache()
|
| Methods in org.apache.wicket.settings with parameters of type IMarkupCache | |
|---|---|
void |
IMarkupSettings.setMarkupCache(IMarkupCache markupCache)
Sets a new markup cache which will also be used to load markup if not yet available in the cache. |
void |
Settings.setMarkupCache(IMarkupCache markupCache)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||