ariba.ui.widgets
Interface WidgetsDelegate


public interface WidgetsDelegate


Method Summary
 java.lang.String getDirectoryForBrand(java.lang.String brand)
          Returns the base directory for resources associated with this brand.
 ActionHandler getHelpActionHandler(AWRequestContext requestContext, java.lang.String helpKey)
          Returns the help action handler for the given help key.
 java.lang.String getUrlPrefixForBrand(java.lang.String brand)
          Returns the url prefix that should be used for resources associated with this brand.
 boolean hintMessagesVisible(AWRequestContext requestContext)
          Returns true if hint messages should be shown for the specified request.
 

Method Detail

hintMessagesVisible

boolean hintMessagesVisible(AWRequestContext requestContext)
Returns true if hint messages should be shown for the specified request. The application will most likely consult some session state to determine this. The return value is used by the HintMessage tag.

Parameters:
requestContext - The requestContext associated with the request we are generating the hint messages for (use this to get the session).

getUrlPrefixForBrand

java.lang.String getUrlPrefixForBrand(java.lang.String brand)
Returns the url prefix that should be used for resources associated with this brand.

Parameters:
brand - The name of the brand

getDirectoryForBrand

java.lang.String getDirectoryForBrand(java.lang.String brand)
Returns the base directory for resources associated with this brand.

Parameters:
brand - The name of the brand

getHelpActionHandler

ActionHandler getHelpActionHandler(AWRequestContext requestContext,
                                   java.lang.String helpKey)
Returns the help action handler for the given help key.

Parameters:
requestContext -
helpKey -


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