
Static Public Member Functions | |
| static boolean | debugEnabledForComponent (WOComponent component) |
| static void | setDebugEnabled (WOAssociation association, WOComponent component) |
Static Public Attributes | |
| static Logger | log = Logger.getLogger(WOHelperFunctionDebugUtilities.class) |
Static Protected Member Functions | |
| static void | resolveMethods () |
Static Private Attributes | |
| static Method | _debugEnabledForComponentMethod |
| static boolean | _resolvedMethods |
| static boolean debugEnabledForComponent | ( | WOComponent | component | ) | [static] |
Returns whether or not debug is enabled for the given component.
| component | the component to check |
| static void resolveMethods | ( | ) | [static, protected] |
| static void setDebugEnabled | ( | WOAssociation | association, | |
| WOComponent | component | |||
| ) | [static] |
Sets the debug flag on WOAssociations for the component based on whether or not debug is enabled.
| association | the association | |
| component | the component |
Method _debugEnabledForComponentMethod [static, private] |
boolean _resolvedMethods [static, private] |
Logger log = Logger.getLogger(WOHelperFunctionDebugUtilities.class) [static] |
1.5.8