Uses of Interface
org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionHandler
-
-
Uses of NuxeoExceptionHandler in org.nuxeo.ecm.platform.shibboleth.auth.exceptionhandling
Classes in org.nuxeo.ecm.platform.shibboleth.auth.exceptionhandling that implement NuxeoExceptionHandler Modifier and Type Class Description class
ShibbolethSecurityExceptionHandler
-
Uses of NuxeoExceptionHandler in org.nuxeo.ecm.platform.ui.web.auth.cas2
Classes in org.nuxeo.ecm.platform.ui.web.auth.cas2 that implement NuxeoExceptionHandler Modifier and Type Class Description class
SecurityExceptionHandler
-
Uses of NuxeoExceptionHandler in org.nuxeo.ecm.platform.web.common.exceptionhandling
Classes in org.nuxeo.ecm.platform.web.common.exceptionhandling that implement NuxeoExceptionHandler Modifier and Type Class Description class
DefaultNuxeoExceptionHandler
-
Uses of NuxeoExceptionHandler in org.nuxeo.ecm.platform.web.common.exceptionhandling.descriptor
Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling.descriptor that return types with arguments of type NuxeoExceptionHandler Modifier and Type Method Description Class<? extends NuxeoExceptionHandler>
ExceptionHandlerDescriptor. getKlass()
-
Uses of NuxeoExceptionHandler in org.nuxeo.ecm.platform.web.common.exceptionhandling.service
Fields in org.nuxeo.ecm.platform.web.common.exceptionhandling.service declared as NuxeoExceptionHandler Modifier and Type Field Description protected NuxeoExceptionHandler
ExceptionHandlingComponent. exceptionHandler
Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling.service that return NuxeoExceptionHandler Modifier and Type Method Description NuxeoExceptionHandler
ExceptionHandlingComponent. getExceptionHandler()
NuxeoExceptionHandler
ExceptionHandlingService. getExceptionHandler()
-