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.PAGEMAP_ACCESS_MDK
          meta data key for missing body tags logging.
 

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



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