Uses of Class
org.apache.wicket.MetaDataKey

Packages that use MetaDataKey
org.apache.wicket The core Wicket package. 
org.apache.wicket.authorization.strategies.role.metadata   
org.apache.wicket.guice   
 

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

Uses of MetaDataKey in org.apache.wicket.authorization.strategies.role.metadata
 

Fields in org.apache.wicket.authorization.strategies.role.metadata declared as MetaDataKey
static MetaDataKey MetaDataRoleAuthorizationStrategy.ACTION_PERMISSIONS
          Component meta data key for actions/roles information.
static MetaDataKey MetaDataRoleAuthorizationStrategy.INSTANTIATION_PERMISSIONS
          Application meta data key for actions/roles information.
 

Uses of MetaDataKey in org.apache.wicket.guice
 

Fields in org.apache.wicket.guice declared as MetaDataKey
static MetaDataKey GuiceInjectorHolder.INJECTOR_KEY
          Metadata key used to store Injector holder in application's metadata
 



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