| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.markup.html.debug | |
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| org.apache.wicket.request.cycle | |
| org.apache.wicket.request.resource.caching |
| Modifier and Type | Method and Description |
|---|---|
<M extends Serializable> |
Session.getMetaData(MetaDataKey<M> key)
Gets metadata for this session using the given key.
|
<M extends Serializable> |
Component.getMetaData(MetaDataKey<M> key)
Gets metadata for this component using the given key.
|
<T> T |
Application.getMetaData(MetaDataKey<T> key)
Gets metadata for this application using the given key.
|
<M extends Serializable> |
Session.setMetaData(MetaDataKey<M> key,
M object)
Sets the metadata for this session using the given key.
|
<M extends Serializable> |
Component.setMetaData(MetaDataKey<M> key,
M object)
Sets the metadata for this component using the given key.
|
<T> Application |
Application.setMetaData(MetaDataKey<T> key,
Object object)
Sets the metadata for this application using the given key.
|
| Constructor and Description |
|---|
MetaDataEntry(MetaDataKey<T> key,
Object object)
Construct.
|
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<Long> |
PageView.RENDER_KEY
A meta data key used by RenderPerformaceListener in wicket-devutils to collect the time
needed by a component to render itself
|
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<AutoLabelResolver.AutoLabelMarker> |
AutoLabelResolver.MARKER_KEY |
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<IPageRequestHandler> |
PageRequestHandlerTracker.FIRST_HANDLER_KEY
The key for the first handler
|
static MetaDataKey<IPageRequestHandler> |
PageRequestHandlerTracker.LAST_HANDLER_KEY
The key for the last handler
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RequestCycle.getMetaData(MetaDataKey<T> key)
Gets metadata for this request cycle using the given key.
|
<T> RequestCycle |
RequestCycle.setMetaData(MetaDataKey<T> key,
T object)
Sets the metadata for this request cycle using the given key.
|
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<String> |
IResourceCachingStrategy.URL_VERSION
A key used to store the extracted resource's version in
IResourceCachingStrategy.undecorateUrl(ResourceUrl) into the request cycle
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.