Example usage for org.springframework.beans BeanUtils subclass-usage

List of usage examples for org.springframework.beans BeanUtils subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans BeanUtils subclass-usage.

Usage

From source file org.hoteia.qalingo.core.web.util.PropertiesUtil.java

public class PropertiesUtil extends org.springframework.beans.BeanUtils {

    private static final Logger logger = LoggerFactory.getLogger(PropertiesUtil.class);

    public static String getWebappContextKey(final String contextName) {
        String webappContextKey = null;