ariba.ui.widgets
Class Widgets

java.lang.Object
  extended by ariba.ui.widgets.Widgets

public final class Widgets
extends Object


Nested Class Summary
static class Widgets.StyleSheetInfo
           
 
Field Summary
static String AppDebug
           
static Object AWSessionManager
           
static String DashboardDebug
           
 
Constructor Summary
Widgets()
           
 
Method Summary
static WidgetsDelegate getDelegate()
           
static String getTocBottomComponent()
           
static void initialize()
           
static boolean initializeWithoutXMLNodeFieldValueClassExtension()
           
static void registerBrandingResources(String resourceFilePath, String resourceURL)
           
static void registerResourceDirectory(String resourcePath, String urlPrefix)
          Adds a resource directory to the search path that the jsptoolkit uses to resolve resources.
static void registerStyleSheet(String filename)
           
static void registerStyleSheet(String filename, String media)
           
static void setAWSessionManagerConfig(Object manager)
           
static void setDelegate(WidgetsDelegate delegate)
           
static void setInitializeWithoutXMLNodeFieldValueClassExtension(boolean value)
           
static void setTocBottomComponent(String tocBottomComponent)
           
static List<Widgets.StyleSheetInfo> styleSheets()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AWSessionManager

public static Object AWSessionManager

AppDebug

public static String AppDebug

DashboardDebug

public static String DashboardDebug
Constructor Detail

Widgets

public Widgets()
Method Detail

initialize

public static void initialize()

setInitializeWithoutXMLNodeFieldValueClassExtension

public static void setInitializeWithoutXMLNodeFieldValueClassExtension(boolean value)

initializeWithoutXMLNodeFieldValueClassExtension

public static boolean initializeWithoutXMLNodeFieldValueClassExtension()

setAWSessionManagerConfig

public static void setAWSessionManagerConfig(Object manager)

setDelegate

public static void setDelegate(WidgetsDelegate delegate)

getDelegate

public static WidgetsDelegate getDelegate()

registerResourceDirectory

public static void registerResourceDirectory(String resourcePath,
                                             String urlPrefix)
Adds a resource directory to the search path that the jsptoolkit uses to resolve resources. ResourcePath would be a directory which has under it a set of locale subdirectories (e.g. "en_US", "fr_FR"). The urlPrefix is used if a url needs to be emitted into html for that resource, and would represent the base url corresponding to those resources in the docroot.

Parameters:
resourcePath - The base directory of a set of resources.
urlPrefix - The base url for those resources (can be null).
See Also:
AWResourceManager.pathForResourceNamed(java.lang.String), AWResourceManager.urlForResourceNamed(java.lang.String)

registerBrandingResources

public static void registerBrandingResources(String resourceFilePath,
                                             String resourceURL)

getTocBottomComponent

public static String getTocBottomComponent()

setTocBottomComponent

public static void setTocBottomComponent(String tocBottomComponent)

registerStyleSheet

public static void registerStyleSheet(String filename)

registerStyleSheet

public static void registerStyleSheet(String filename,
                                      String media)

styleSheets

public static List<Widgets.StyleSheetInfo> styleSheets()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.