Package org.apache.isis.core.metamodel.runtimecontext

Examples of org.apache.isis.core.metamodel.runtimecontext.ServicesInjector


   
    public RuntimeContextNoRuntime(DeploymentCategory deploymentCategory) {
        this.deploymentCategory = deploymentCategory;
        // Unlike most of the methods in this implementation, does nothing
        // (because this will always be called, even in a no-runtime context).
        servicesInjector = new ServicesInjector() {
            @Override
            public void injectServicesInto(final Object domainObject) {
            }

            @Override
View Full Code Here

TOP

Related Classes of org.apache.isis.core.metamodel.runtimecontext.ServicesInjector

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.