Examples of JndiAwarePropertyPlaceholderConfigurer


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
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.