Package ch.tocco.nice2.netui.impl.dwr
Class ExceptionTranslationAndLoggingAjaxFilter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.ExceptionTranslationAndLoggingAjaxFilter
- All Implemented Interfaces:
org.directwebremoting.AjaxFilter
@Component
@Order(-2147483648)
public class ExceptionTranslationAndLoggingAjaxFilter
extends Object
implements org.directwebremoting.AjaxFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoFilter
(Object object, Method method, Object[] params, org.directwebremoting.AjaxFilterChain chain) void
setClientExceptions
(Set<Class<?>> clientExceptions) void
setExceptionHandlers
(List<ExceptionHandler> exceptionHandlers)
-
Constructor Details
-
ExceptionTranslationAndLoggingAjaxFilter
-
-
Method Details