Examples of AlternativeJsfModuleConfig


Examples of org.apache.myfaces.extensions.cdi.jsf.alternative.config.AlternativeJsfModuleConfig

public class JsfModuleConfigTest
{
    @Test
    public void testAlternativeCodiCoreConfig()
    {
        JsfModuleConfig jsfModuleConfig = new AlternativeJsfModuleConfig();

        assertEquals(jsfModuleConfig.isAlwaysKeepMessages(), true);
        assertEquals(jsfModuleConfig.isInitialRedirectEnabled(), true);
        assertEquals(jsfModuleConfig.isInvalidValueAwareMessageInterpolatorEnabled(), true);
        assertEquals(jsfModuleConfig.isUseViewConfigsAsNavigationCasesEnabled(), true);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.