Uses of Class
com.uwyn.rife.ioc.HierarchicalProperties

Packages that use HierarchicalProperties
com.uwyn.rife.authentication.credentialsmanagers Provides classes and interfaces for managing RoleUser credentials. 
com.uwyn.rife.authentication.remembermanagers Provides managers classes for "remember me" support. 
com.uwyn.rife.authentication.sessionmanagers Provides managers classes for authentication sessions support. 
com.uwyn.rife.authentication.sessionvalidators Provides implementation classes for the session validators. 
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.ioc Provides interfaces and classes for IoC capable properties that resolve and obtain their values at run-time. 
com.uwyn.rife.rep Provides classes and interfaces for the application repository. 
com.uwyn.rife.tools Provides general purpose utility classes. 
 

Uses of HierarchicalProperties in com.uwyn.rife.authentication.credentialsmanagers
 

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type HierarchicalProperties
 CredentialsManager DatabaseUsersFactory.getCredentialsManager(HierarchicalProperties properties)
           
 CredentialsManager MemoryUsersFactory.getCredentialsManager(HierarchicalProperties properties)
           
 CredentialsManager CredentialsManagerFactory.getCredentialsManager(HierarchicalProperties properties)
          Returns the manager specified by properties.
static CredentialsManagerFactory CredentialsManagerFactoryFactory.getInstance(HierarchicalProperties properties)
          Returns a CredentialsManagerFactory instance.
static CredentialsManager CredentialsManagerFactoryFactory.getManager(HierarchicalProperties properties)
          Returns a CredentialsManagerFactory instance using the configured factory.
 

Uses of HierarchicalProperties in com.uwyn.rife.authentication.remembermanagers
 

Methods in com.uwyn.rife.authentication.remembermanagers with parameters of type HierarchicalProperties
static RememberManagerFactory RememberManagerFactoryFactory.getInstance(HierarchicalProperties properties)
          Returns a RememberManagerFactory instance.
static RememberManager RememberManagerFactoryFactory.getManager(HierarchicalProperties properties)
          Returns a RememberManager instance using the configured factory.
 RememberManager RememberManagerFactory.getRememberManager(HierarchicalProperties properties)
          Returns the manager specified by properties.
 DatabaseRemember DatabaseRememberFactory.getRememberManager(HierarchicalProperties properties)
           
 

Uses of HierarchicalProperties in com.uwyn.rife.authentication.sessionmanagers
 

Methods in com.uwyn.rife.authentication.sessionmanagers with parameters of type HierarchicalProperties
static SessionManagerFactory SessionManagerFactoryFactory.getInstance(HierarchicalProperties properties)
          Returns a SessionManagerFactory instance.
 SessionManager SimpleSessionManagerFactory.getManager(HierarchicalProperties properties)
           
static SessionManager SessionManagerFactoryFactory.getManager(HierarchicalProperties properties)
          Returns a SessionManager instance using the configured factory.
 SessionManager SessionManagerFactory.getManager(HierarchicalProperties properties)
          Returns the manager specified by properties.
 DatabaseSessions DatabaseSessionsFactory.getManager(HierarchicalProperties properties)
           
 

Uses of HierarchicalProperties in com.uwyn.rife.authentication.sessionvalidators
 

Methods in com.uwyn.rife.authentication.sessionvalidators with parameters of type HierarchicalProperties
static SessionValidatorFactory SessionValidatorFactoryFactory.getInstance(HierarchicalProperties properties)
          Returns a SessionValidatorFactory instance.
 SessionValidator SimpleSessionValidatorFactory.getValidator(HierarchicalProperties properties)
           
static SessionValidator SessionValidatorFactoryFactory.getValidator(HierarchicalProperties properties)
          Returns a SessionValidator instance using the configured factory.
 SessionValidator SessionValidatorFactory.getValidator(HierarchicalProperties properties)
          Returns the manager specified by properties.
 SessionValidator DatabaseSessionValidatorFactory.getValidator(HierarchicalProperties properties)
           
 

Uses of HierarchicalProperties in com.uwyn.rife.engine
 

Methods in com.uwyn.rife.engine that return HierarchicalProperties
 HierarchicalProperties SiteBuilder.getProperties()
           
 HierarchicalProperties ElementInfo.getProperties()
           
 

Uses of HierarchicalProperties in com.uwyn.rife.ioc
 

Methods in com.uwyn.rife.ioc that return HierarchicalProperties
 HierarchicalProperties HierarchicalProperties.createShadow(HierarchicalProperties limit)
          Creates a copy of this HierarchicalProperties hierarchy until a certain instance is reached.
 HierarchicalProperties HierarchicalProperties.getParent()
          Retrieves the parent of this HierarchicalProperties instance.
 HierarchicalProperties HierarchicalProperties.getRoot()
          Retrieves the first parent of this HierarchicalProperties hierarchy.
 HierarchicalProperties HierarchicalProperties.parent(HierarchicalProperties parent)
          Sets the parent of this HierarchicalProperties instance.
 HierarchicalProperties HierarchicalProperties.put(String name, Object value)
          Associates the specified fixed object value with the specified name in this HierarchicalProperties instance.
 HierarchicalProperties HierarchicalProperties.put(String name, PropertyValue value)
          Associates the specified value with the specified name in this HierarchicalProperties instance.
 HierarchicalProperties HierarchicalProperties.putAll(HierarchicalProperties source)
          Copies all of the named properties from the specified HierarchicalProperties instance to this HierarchicalProperties instance.
 HierarchicalProperties HierarchicalProperties.putAll(Map source)
          Copies all of the entries for a Map instance to this HierarchicalProperties instance.
 

Methods in com.uwyn.rife.ioc with parameters of type HierarchicalProperties
 HierarchicalProperties HierarchicalProperties.createShadow(HierarchicalProperties limit)
          Creates a copy of this HierarchicalProperties hierarchy until a certain instance is reached.
 HierarchicalProperties HierarchicalProperties.parent(HierarchicalProperties parent)
          Sets the parent of this HierarchicalProperties instance.
 HierarchicalProperties HierarchicalProperties.putAll(HierarchicalProperties source)
          Copies all of the named properties from the specified HierarchicalProperties instance to this HierarchicalProperties instance.
 void HierarchicalProperties.setParent(HierarchicalProperties parent)
          Sets the parent of this HierarchicalProperties instance.
 

Uses of HierarchicalProperties in com.uwyn.rife.rep
 

Methods in com.uwyn.rife.rep that return HierarchicalProperties
static HierarchicalProperties Rep.getProperties()
          Convenience method to quickly retrieve the properties from the default repository.
 HierarchicalProperties Repository.getProperties()
          Retrieves the repository's properties.
 HierarchicalProperties BlockingRepository.getProperties()
           
 

Uses of HierarchicalProperties in com.uwyn.rife.tools
 

Methods in com.uwyn.rife.tools with parameters of type HierarchicalProperties
 T SingletonFactory.getInstance(HierarchicalProperties properties, String propertyName, Class relativeTo)
          Returns an instance of a class based on a required property name from a properties collection.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.