Uses of Class
org.apache.wicket.MetaDataKey

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
<M extends Serializable>
M
Session.getMetaData(MetaDataKey<M> key)
          Gets metadata for this session using the given key.
<M extends Serializable>
M
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.
 void Session.setMetaData(MetaDataKey<?> key, Serializable object)
          Sets the metadata for this session using the given key.
<M> void
Component.setMetaData(MetaDataKey<M> key, M object)
          Sets the metadata for this component using the given key.
<T> void
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
<T> T
RequestCycle.getMetaData(MetaDataKey<T> key)
          Gets metadata for this request cycle using the given key.
<T> void
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
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.