Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal
Class ApplicationsMenuUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uishell.model.menuInternal.ApplicationsMenuUtils

public class ApplicationsMenuUtils
extends java.lang.Object


Constructor Summary
ApplicationsMenuUtils()
           
 
Method Summary
static
<T> T
getBoundValue(java.lang.String elExpression, java.lang.Class<T> desiredClass)
          Gets the bound value of an EL expression
static void loadBundle(java.lang.String resBundleName, java.lang.String resBundleKey)
          Create a ResourceBundle and put it on the Session map.
static void loadBundle(java.lang.String resBundle, java.lang.ThreadLocal<java.lang.String> key)
          Create a ResourceBundle and put it on the Session map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsMenuUtils

public ApplicationsMenuUtils()
Method Detail

getBoundValue

public static <T> T getBoundValue(java.lang.String elExpression,
                                  java.lang.Class<T> desiredClass)
Gets the bound value of an EL expression

Parameters:
elExpression - - String representing an EL expression

loadBundle

public static void loadBundle(java.lang.String resBundle,
                              java.lang.ThreadLocal<java.lang.String> key)
Create a ResourceBundle and put it on the Session map.

Parameters:
resBundle - - String containing name of class containing the resource bundle.
key - - ThreadLocal key for the resource bundle being put on the requestMap

loadBundle

public static void loadBundle(java.lang.String resBundleName,
                              java.lang.String resBundleKey)
Create a ResourceBundle and put it on the Session map. The key is made into a ThreadLocal to ensure that this the resource bundle is threadsafe.

Parameters:
resBundleName - - String containing name of class containing the resource bundle.
resBundleKey - - String key for the resource bundle being put on the requestMap

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.