Uses of Interface
portal.services.registry.RegistryKey

Packages that use RegistryKey
portal.services.registry   
portal.services.registry.sp   
 

Uses of RegistryKey in portal.services.registry
 

Classes in portal.services.registry that implement RegistryKey
 class BooleanKey
           
 class IntegerKey
           
 class LongKey
           
 class StringKey
           
 

Methods in portal.services.registry that return RegistryKey
 RegistryKey IRegistry.getRegistryKey(java.lang.String name)
           
 

Uses of RegistryKey in portal.services.registry.sp
 

Methods in portal.services.registry.sp that return RegistryKey
 RegistryKey FileRegistry.getRegistryKey(java.lang.String name)
           
static RegistryKey RegistryKeyFactory.createRegistryKey(java.lang.String type, java.lang.String value)