
Classes | |
| class | WOEventClassListener |
Public Member Functions | |
| void | initialize () |
| boolean | isReloadEnabled () |
| void | reloaded (Class clazz) |
| synchronized void | updateLoadedClasses (NSNotification notification) |
Static Public Member Functions | |
| static WOJRebelClassReloadHandler | getInstance () |
Private Member Functions | |
| void | doReset () |
| WOJRebelClassReloadHandler () | |
Private Attributes | |
| boolean | resetActionClassCache = false |
| boolean | resetComponentCache = false |
| boolean | resetKVCCaches = false |
| boolean | resetValidationCache = false |
Static Private Attributes | |
| static boolean | initialized = false |
| static final WOJRebelClassReloadHandler | instance = new WOJRebelClassReloadHandler() |
| static final Logger | log = LoggerFactory.getInstance() |
| WOJRebelClassReloadHandler | ( | ) | [private] |
| void doReset | ( | ) | [private] |
| static WOJRebelClassReloadHandler getInstance | ( | ) | [static] |
| void initialize | ( | ) |
| boolean isReloadEnabled | ( | ) |
| void reloaded | ( | Class | clazz | ) |
| synchronized void updateLoadedClasses | ( | NSNotification | notification | ) |
boolean initialized = false [static, private] |
final WOJRebelClassReloadHandler instance = new WOJRebelClassReloadHandler() [static, private] |
final Logger log = LoggerFactory.getInstance() [static, private] |
boolean resetActionClassCache = false [private] |
boolean resetComponentCache = false [private] |
boolean resetKVCCaches = false [private] |
boolean resetValidationCache = false [private] |
1.5.8