Package org.apache.deltaspike.core.impl.exception.control.extension

Examples of org.apache.deltaspike.core.impl.exception.control.extension.ExceptionControlExtension


    @Produces
    @ApplicationScoped
    protected HandlerMethodStorage createHandlerMethodStorage()
    {
        //X TODO change it back to parameter injection after fixing the test-setup for ExcludeIntegrationTest
        ExceptionControlExtension exceptionControlExtension =
                BeanProvider.getContextualReference(ExceptionControlExtension.class);

        return new HandlerMethodStorageImpl(exceptionControlExtension.getAllExceptionHandlers());
    }
View Full Code Here

TOP

Related Classes of org.apache.deltaspike.core.impl.exception.control.extension.ExceptionControlExtension

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.