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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, waitMethods inherited from interface org.cxbox.core.exception.ExceptionHandlerSettings
isFullStackTraces, isTrackExceptions
-
Constructor Details
-
ExceptionHandlerSettingsImpl
public ExceptionHandlerSettingsImpl()
-
-
Method Details
-
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()
-