Package org.lightadmin.core.config.domain.unit.processor

Examples of org.lightadmin.core.config.domain.unit.processor.EmptyConfigurationUnitPostProcessor


    }

    @Override
    public void afterPropertiesSet() throws Exception {
        this.configurationUnitPostProcessors = toArray(
                new EmptyConfigurationUnitPostProcessor(mappingContext),
                new VisitableConfigurationUnitPostProcessor(mappingContext),
                new HierarchicalConfigurationPostProcessor());

        super.afterPropertiesSet();
    }
View Full Code Here

TOP

Related Classes of org.lightadmin.core.config.domain.unit.processor.EmptyConfigurationUnitPostProcessor

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.