Package org.jtalks.jcommune.model.utils

Examples of org.jtalks.jcommune.model.utils.JndiAwarePropertyPlaceholderConfigurer


            resp.sendError(HttpServletResponse.SC_NOT_FOUND);
        }
    }

    private boolean profileIsActive() {
        String profile = new JndiAwarePropertyPlaceholderConfigurer().resolveJndiProperty(ACTIVE_PROFILE_PROPERTY);
        return PERFORMANCE_PROFILE.equals(profile);
    }
View Full Code Here

TOP

Related Classes of org.jtalks.jcommune.model.utils.JndiAwarePropertyPlaceholderConfigurer

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.