Uses of Class
org.apache.wicket.MetaDataKey

Packages that use MetaDataKey
org.apache.wicket The core Wicket package. 
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.request.cycle
 

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
protected static MetaDataKey<Map<ResourceReference,Time>> AbstractResourceCachingStrategy.TIMESTAMP_KEY
          timestamp cache stored in request cycle meta data (request-scoped)
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.