Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.runtime.resource
Class Bundle

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.resource.Bundle
Direct Known Subclasses:
ViewDefBundle

public class Bundle
extends java.lang.Object

A resource bundle.


Field Summary
protected  java.lang.String language
          The language code; null if not specified.
protected  java.util.Map<java.lang.String,java.lang.String> resources
          The map from keys to resources; null if this bundle is empty.
 
Constructor Summary
Bundle(java.lang.String language, java.util.Map<java.lang.String,java.lang.String> resources)
          Constructs a resource bundle.
 
Method Summary
 java.lang.String getLanguage()
          Gets the language code.
 java.util.Map<java.lang.String,java.lang.String> getResources()
          Gets the resources.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

language

protected final java.lang.String language
The language code; null if not specified.


resources

protected final java.util.Map<java.lang.String,java.lang.String> resources
The map from keys to resources; null if this bundle is empty.

Constructor Detail

Bundle

public Bundle(java.lang.String language,
              java.util.Map<java.lang.String,java.lang.String> resources)
Constructs a resource bundle.

Parameters:
language - the language code
resources -
Method Detail

getLanguage

public java.lang.String getLanguage()
Gets the language code.

Returns:
the language code; null if not specified.

getResources

public java.util.Map<java.lang.String,java.lang.String> getResources()
Gets the resources.

Returns:
the map from keys to resources; null if this bundle is empty.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.