Package org.cxbox.core.service.impl
Class ExceptionHandlerSettingsImpl
- java.lang.Object
-
- org.cxbox.core.service.impl.ExceptionHandlerSettingsImpl
-
- All Implemented Interfaces:
EventListener,org.cxbox.api.system.ISystemSettingChangeEventListener,ExceptionHandlerSettings,org.springframework.context.ApplicationListener<org.cxbox.api.system.SystemSettingChangedEvent>
@Service public class ExceptionHandlerSettingsImpl extends Object implements ExceptionHandlerSettings, org.cxbox.api.system.ISystemSettingChangeEventListener
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerSettingsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit()voidonApplicationEvent(org.cxbox.api.system.SystemSettingChangedEvent event)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cxbox.core.exception.ExceptionHandlerSettings
isFullStackTraces, isTrackExceptions
-
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.cxbox.api.system.SystemSettingChangedEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.cxbox.api.system.SystemSettingChangedEvent>- Specified by:
onApplicationEventin interfaceorg.cxbox.api.system.ISystemSettingChangeEventListener
-
init
@PostConstruct protected void init()
-
-