Uses of Interface
org.apache.directory.server.core.schema.NormalizerRegistry

Packages that use NormalizerRegistry
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of NormalizerRegistry in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement NormalizerRegistry
 class GlobalNormalizerRegistry
          A simple POJO implementation of the NormalizerRegistry service interface.
 

Methods in org.apache.directory.server.core.schema that return NormalizerRegistry
 NormalizerRegistry Registries.getNormalizerRegistry()
           
 NormalizerRegistry GlobalRegistries.getNormalizerRegistry()
           
 

Uses of NormalizerRegistry in org.apache.directory.server.core.schema.bootstrap
 

Classes in org.apache.directory.server.core.schema.bootstrap that implement NormalizerRegistry
 class BootstrapNormalizerRegistry
          The POJO implementation for the NormalizerRegistry service.
 

Methods in org.apache.directory.server.core.schema.bootstrap that return NormalizerRegistry
 NormalizerRegistry BootstrapRegistries.getNormalizerRegistry()
           
 



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