Uses of Class
org.apache.jackrabbit.core.config.BeanConfig

Packages that use BeanConfig
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
 

Uses of BeanConfig in org.apache.jackrabbit.core.config
 

Subclasses of BeanConfig in org.apache.jackrabbit.core.config
 class AccessManagerConfig
          Access manager configuration.
 class FileSystemConfig
          File system configuration.
 class LoginModuleConfig
          LoginModule configuration.
 class PersistenceManagerConfig
          Persistence manager configuration.
 class SearchConfig
          Search index configuration.
 

Methods in org.apache.jackrabbit.core.config that return BeanConfig
protected  BeanConfig ConfigurationParser.parseBeanConfig(Element parent, String name)
          Parses a named bean configuration from the given element.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type BeanConfig
FileSystemConfig(BeanConfig config)
          Creates a file system configuration object.
BeanConfig(BeanConfig config)
          Copies a bean configuration.
PersistenceManagerConfig(BeanConfig config)
          Creates a persistence manager configuration object from the given bean configuration.
LoginModuleConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
AccessManagerConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.