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

E22562-01

oracle.apps.fnd.applcore.menu.model.internal
Class ParamUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.menu.model.internal.ParamUtils

public final class ParamUtils
extends java.lang.Object

Utility class to work with menu-specific context initialization parameters defined as <env-entry>s in web.xml.


Method Summary
static java.lang.String getHomePageDocumentName()
          Gets the name of the home page document.
static java.lang.String getNavigatorRootDocumentName()
          Gets the name of the root document for the navigator.
static java.lang.String getPreferencesRootDocumentName()
          Gets the name of the root document for the preferences menu.
static void init()
          Loads the menu-related init parameters from the web.xml <env-entry>s.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()
Loads the menu-related init parameters from the web.xml <env-entry>s.


getNavigatorRootDocumentName

public static java.lang.String getNavigatorRootDocumentName()
Gets the name of the root document for the navigator.

Returns:
the name of the root menu document for the navigator

getHomePageDocumentName

public static java.lang.String getHomePageDocumentName()
Gets the name of the home page document.

Returns:
the name of the home page document

getPreferencesRootDocumentName

public static java.lang.String getPreferencesRootDocumentName()
Gets the name of the root document for the preferences menu.

Returns:
the name of the root menu document for the preferences menu

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.