Examples of JSFLocaleResolver


Examples of com.byteslounge.cdi.resolver.locale.JSFLocaleResolver

        String defaultResourceBundleBaseName = context.getInitParameter(DEFAULT_RESOURCE_BUNDLE_BASE_NAME_PARAM);
        if (defaultResourceBundleBaseName != null) {
            logger.info("Found a default resource bundle name in web application context parameters. Will set it as: " + defaultResourceBundleBaseName);
            ExtensionConfiguration.INSTANCE.setResourceBundleDefaultBaseName(defaultResourceBundleBaseName);
        }
        LocaleResolverFactory.setLocaleResolver(new JSFLocaleResolver());
    }
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.