The Application
singleton represents global application settings and environmental
data for the rendered Portal.
Method Summary | |
public boolean
|
getAsyncModeEnabled()
Returns true if async mode is enabled for the rendered Portal. |
public boolean
|
getCustomizationEnabled()
Returns true if customization is enabled for the rendered Portal. |
public string
|
getDefaultLocale()
Returns the default locale for the rendered Portal. |
public string
|
getDesktopPath()
Returns the desktop path of the rendered Portal for streaming desktops, null for "file mode" Portals. |
public boolean
|
getDotPortal()
Returns true for "file mode" Portals, false for streaming desktops. |
public boolean
|
getDvtEnabled()
Returns true if DVT is enabled for the rendered Portal. |
public boolean
|
getLocalizationEnabled()
Returns true if localization is enabled for the rendered Portal. |
public string
|
getPortalPath()
Returns the portal path of the rendered Portal for streaming desktops, null for "file mode" Portals. |
public string[]
|
getPreferredLocales()
Returns an array of preferred locales for the rendered Portal. |
public boolean
|
getProductionModeEnabled()
Returns true if production mode is enabled for the rendered Portal. |
public boolean
|
getStandalonePortlet()
Returns true when rendering a standalone Portlet. |
public string
|
getUserName()
Returns the authenticated username for the rendered Portal, if any. |
public string
|
getWebAppName()
Returns the webapp name for the rendered Portal. |
Method Detail |
public boolean getAsyncModeEnabled()
boolean
-
True if async mode is enabledpublic boolean getCustomizationEnabled()
boolean
-
True if customization is enabledpublic string getDefaultLocale()
NOTE:The value returned is the string representation of the value returned
from the server-side API
com.bea.netuix.servlets.manager.AppDescriptor.getDefaultLocale()
.
string
-
The default localepublic string getDesktopPath()
string
-
The desktop path of the rendered Portal if streaming; null otherwisepublic boolean getDotPortal()
boolean
-
True for "file mode" Portalspublic boolean getDvtEnabled()
boolean
-
True if DVT is enabledpublic boolean getLocalizationEnabled()
boolean
-
True if localization is enabledpublic string getPortalPath()
string
-
The portal path of the rendered Portal if streaming; null otherwisepublic string[] getPreferredLocales()
NOTE:The value returned is the string representation of the value returned
from the server-side API
com.bea.netuix.servlets.l10n.L10nResourceManager.getPreferredLocalesAsList()
.
string[]
-
The list of preferred localespublic boolean getProductionModeEnabled()
boolean
-
True if production mode is enabledpublic boolean getStandalonePortlet()
boolean
-
True when rendering a standalone Portletpublic string getUserName()
string
-
Authenticated username; null for anonymous userspublic string getWebAppName()
string
-
The webapp name
The Desktop
represents global desktop settings for the rendered Portal.
Method Summary | |
public string
|
getDefinitionLabel()
Returns the definition label of this Desktop .
|
public string
|
getLabel()
Returns the label of this Desktop .
|
public string
|
getTitle()
Returns the title of this Desktop .
|
Method Detail |
public string getDefinitionLabel()
Desktop
.string
-
The definition label of this Desktoppublic string getLabel()
Desktop
. This is equivalent to calling
getDefinitionLabel
.string
-
The definition label of this Desktop
public string getTitle()
Desktop
.string
-
The title of the Desktop
Instances of the Footer
class represent visible footers of the rendered Portal.
Method Summary |
Method Detail |
Instances of the Header
class represent visible headers of the rendered Portal.
Method Summary |
Method Detail |
The LookAndFeel
represents global look and feel settings for the rendered Portal.
Method Summary | |
public string
|
getMarkupName()
Returns the markup name of this LookAndFeel if defined.
|
public string
|
getSkeleton()
Returns the name of the skeleton component of this LookAndFeel .
|
public string
|
getSkin()
Returns the name of the skin component of this LookAndFeel .
|
Method Detail |
public string getMarkupName()
LookAndFeel
if defined.string
-
The markup name of this LookAndFeel
; null if not definedpublic string getSkeleton()
LookAndFeel
.string
-
The skeleton namepublic string getSkin()
LookAndFeel
.string
-
The skin name
Instances of the Menu
class represent visible menus of the rendered Portal.
Menu
is intended to be an abstract base class from which specific menu types
are derived.
Method Summary | |
public string
|
getMarkupName()
Returns the markup name of this Menu if defined.
|
Method Detail |
public string getMarkupName()
Menu
if defined.string
-
The markup name of this Menu
; null if not defined
Instances of the MultiLevel
class represent visible multi-level menus of the
rendered Portal.
Method Summary |
Method Detail |
The Shell
represents global shell settings for the rendered Portal.
Method Summary | |
public string
|
getMarkupName()
Returns the markup name of this Shell if defined.
|
Method Detail |
public string getMarkupName()
Shell
if defined.string
-
The markup name of this Shell
; null if not defined
Instances of the SingleLevel
class represent visible single-level menus of the
rendered Portal.
Method Summary |
Method Detail |
Generated on Mon Feb 25 2008 09:52:52 GMT-0700 (MST). | BEA Systems, Inc. All rights reserved. |