Plumtree Portal UI  
 

GatewayHelpers.GetUIMode Method 

This method is used to determine the current UI mode of the portal. UI mode depends both on the user setting (Standard, 508, Low Bandwidth) and type of browser (PDA, Phone or full-featured browser like IE or Mozilla).

public static string GetUIMode(
   IXPRequest xpRequest,
   AActivitySpace asOwner
);

Parameters

xpRequest
- current request object
asOwner
- current activity space

Return Value

This method returns one of the following string constants: UI_STD, UI_508, UI_LOW, UI_WML, UI_PDA

See Also

GatewayHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace