
Static Public Member Functions | |
| static boolean | allowInlineBindings () |
| static void | registerTagProcessorForElementType (WOTagProcessor tagProcessor, String elementType) |
| static void | registerTagShortcut (String fullElementType, String shortcutElementType) |
| static void | setAllowInlineBindings (boolean allowInlineBindings) |
| static NSDictionary | tagProcessorMap () |
| static NSDictionary | tagShortcutMap () |
Static Public Attributes | |
| static Logger | log = Logger.getLogger(WOHelperFunctionTagRegistry.class) |
Static Package Functions | |
| [static initializer] | |
Static Private Attributes | |
| static boolean | _allowInlineBindings = false |
| static NSMutableDictionary | _tagProcessorMap = new NSMutableDictionary() |
| static NSMutableDictionary | _tagShortcutMap = new NSMutableDictionary() |
| [static initializer] | ( | ) | [static, package] |
| static boolean allowInlineBindings | ( | ) | [static] |
| static void registerTagProcessorForElementType | ( | WOTagProcessor | tagProcessor, | |
| String | elementType | |||
| ) | [static] |
| static void setAllowInlineBindings | ( | boolean | allowInlineBindings | ) | [static] |
| static NSDictionary tagProcessorMap | ( | ) | [static] |
| static NSDictionary tagShortcutMap | ( | ) | [static] |
boolean _allowInlineBindings = false [static, private] |
NSMutableDictionary _tagProcessorMap = new NSMutableDictionary() [static, private] |
NSMutableDictionary _tagShortcutMap = new NSMutableDictionary() [static, private] |
Logger log = Logger.getLogger(WOHelperFunctionTagRegistry.class) [static] |
1.5.8