
Static Public Member Functions | |
| static void | addScriptResourceInHead (WOContext context, WOResponse response, String fileName) |
| static void | addStylesheetResourceInHead (WOContext context, WOResponse response, String fileName) |
| static void | appendAttributeValue (WOResponse response, WOContext context, String name, String value) |
| static void | appendAttributeValue (WOResponse response, WOContext context, NSDictionary associations, String name) |
| static String | id (String idBindingName, NSDictionary associations, WOContext context) |
| static String | varName (String name, String namespace) |
| static String | varName (String name, NSDictionary associations, WOContext context) |
Static Private Member Functions | |
| static String | actualFileName (String fileName) |
| static String | yuiBase () |
Static Private Attributes | |
| static String | yuiBase |
| static void addScriptResourceInHead | ( | WOContext | context, | |
| WOResponse | response, | |||
| String | fileName | |||
| ) | [static] |
| static void addStylesheetResourceInHead | ( | WOContext | context, | |
| WOResponse | response, | |||
| String | fileName | |||
| ) | [static] |
| static void appendAttributeValue | ( | WOResponse | response, | |
| WOContext | context, | |||
| String | name, | |||
| String | value | |||
| ) | [static] |
| static void appendAttributeValue | ( | WOResponse | response, | |
| WOContext | context, | |||
| NSDictionary | associations, | |||
| String | name | |||
| ) | [static] |
Returns an external URL for the YUI libs to prepend via the property er.yui.base or the empty String. MUST end with "/" if set.
Holds the external URL for the YUI libs via the property er.yui.base.
1.5.8