|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaDataKey | |
|---|---|
| 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 | |
| Uses of MetaDataKey in org.apache.wicket |
|---|
| Methods in org.apache.wicket with parameters of type MetaDataKey | ||
|---|---|---|
|
Session.getMetaData(MetaDataKey<M> key)
Gets metadata for this session using the given key. |
|
|
Component.getMetaData(MetaDataKey<M> key)
Gets metadata for this component using the given key. |
|
|
Application.getMetaData(MetaDataKey<T> key)
Gets metadata for this application using the given key. |
|
void |
Session.setMetaData(MetaDataKey<?> key,
Serializable object)
Sets the metadata for this session using the given key. |
|
|
Component.setMetaData(MetaDataKey<M> key,
M object)
Sets the metadata for this component using the given key. |
|
|
Application.setMetaData(MetaDataKey<T> key,
Object object)
Sets the metadata for this application using the given key. |
|
| Constructors in org.apache.wicket with parameters of type MetaDataKey | |
|---|---|
MetaDataEntry(MetaDataKey<T> key,
Object object)
Construct. |
|
| Uses of MetaDataKey in org.apache.wicket.markup.html.debug |
|---|
| Fields in org.apache.wicket.markup.html.debug declared as MetaDataKey | |
|---|---|
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 |
| Uses of MetaDataKey in org.apache.wicket.markup.html.form |
|---|
| Fields in org.apache.wicket.markup.html.form declared as MetaDataKey | |
|---|---|
static MetaDataKey<AutoLabelResolver.AutoLabelMarker> |
AutoLabelResolver.MARKER_KEY
|
| Uses of MetaDataKey in org.apache.wicket.request.cycle |
|---|
| Fields in org.apache.wicket.request.cycle declared as MetaDataKey | |
|---|---|
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 |
| Methods in org.apache.wicket.request.cycle with parameters of type MetaDataKey | ||
|---|---|---|
|
RequestCycle.getMetaData(MetaDataKey<T> key)
Gets metadata for this request cycle using the given key. |
|
|
RequestCycle.setMetaData(MetaDataKey<T> key,
T object)
Sets the metadata for this request cycle using the given key. |
|
| Uses of MetaDataKey in org.apache.wicket.request.resource.caching |
|---|
| Fields in org.apache.wicket.request.resource.caching declared as MetaDataKey | |
|---|---|
static MetaDataKey<String> |
IResourceCachingStrategy.URL_VERSION
A key used to store the extracted resource's version in IResourceCachingStrategy.undecorateUrl(ResourceUrl) into the request cycle |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||