Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.resourcebundle
Class ResourceBundleHook

java.lang.Object
  extended by oracle.ide.resourcebundle.ResourceBundleHook

public final class ResourceBundleHook
extends java.lang.Object

The ResourceBundleHook is used to pull the resource bundle data from the extension manifests of extensions.


Field Summary
static ElementName NAME
          The element name that identifies this hook.
 
Constructor Summary
ResourceBundleHook()
           
 
Method Summary
static java.util.List<GlobalBundleInfo> getGlobalBundleInfos(HashStructure hashStructure)
           
static ResourceBundleSelectionValidators getResourceBundleSelectionValidators()
          Gets the (@link oracle.ide.resourcebundle.ResourceBundleSelectionValidators} that represents all the registered ResourceBundleSelectionValidators
static java.util.List<ResourceBundleType> getResourceBundleTypes(HashStructure hash)
          Gets the a list of ResourceBundleType objects that represent the registered ResourceBundleWrappers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final ElementName NAME
The element name that identifies this hook. Ths can be used to retrieve the single instance of this hook from ExtensionRegistry.getHook().

Constructor Detail

ResourceBundleHook

public ResourceBundleHook()
Method Detail

getResourceBundleTypes

public static java.util.List<ResourceBundleType> getResourceBundleTypes(HashStructure hash)
Gets the a list of ResourceBundleType objects that represent the registered ResourceBundleWrappers.

Returns:
list of resouce bundle types

getGlobalBundleInfos

public static java.util.List<GlobalBundleInfo> getGlobalBundleInfos(HashStructure hashStructure)

getResourceBundleSelectionValidators

public static ResourceBundleSelectionValidators getResourceBundleSelectionValidators()
Gets the (@link oracle.ide.resourcebundle.ResourceBundleSelectionValidators} that represents all the registered ResourceBundleSelectionValidators


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.