Uses of Class
org.apache.wicket.MetaDataKey

Packages that use MetaDataKey
org.apache.wicket The core Wicket package. 
 

Uses of MetaDataKey in org.apache.wicket
 

Fields in org.apache.wicket declared as MetaDataKey
static MetaDataKey<Session.PageMapAccessMetaData> Session.PAGEMAP_ACCESS_MDK
          meta data key for missing body tags logging.
 

Methods in org.apache.wicket with parameters of type MetaDataKey
 java.io.Serializable PageMap.getMetaData(MetaDataKey<?> key)
          Gets metadata for this PageMap using the given key.
<M extends java.io.Serializable>
M
Session.getMetaData(MetaDataKey<M> key)
          Gets metadata for this session using the given key.
<M extends java.io.Serializable>
M
Component.getMetaData(MetaDataKey<M> key)
          Gets metadata for this component using the given key.
<T> T
RequestCycle.getMetaData(MetaDataKey<T> key)
          Gets metadata for this request cycle 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, java.io.Serializable object)
          Sets the metadata for this session using the given key.
 void PageMap.setMetaData(MetaDataKey<?> key, java.io.Serializable object)
          Sets the metadata for this PageMap 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, java.lang.Object object)
          Sets the metadata for this application using the given key.
<T> void
RequestCycle.setMetaData(MetaDataKey<T> key, T object)
          Sets the metadata for this request cycle using the given key.
 



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