Package org.apache.isis.progmodel.wrapper.metamodel

Examples of org.apache.isis.progmodel.wrapper.metamodel.DomainObjectContainerWrapperFactory


    /**
     * Returns a {@link DomainObjectContainerHeadlessViewer}.
     */
    @Override
    protected DomainObjectContainer createContainer(final IsisConfiguration configuration) {
        return new DomainObjectContainerWrapperFactory();
    }
View Full Code Here


            new ObjectReflectorDefault(configuration, classSubstitutor, collectionTypeRegistry, specificationTraverser,
                memberLayoutArranger, programmingModel, facetDecorators, metaModelValidator);

        services = createServices(serviceTypes);
        runtimeContext = new RuntimeContextForEmbeddedMetaModel(context, services);
        final DomainObjectContainerDefault container = new DomainObjectContainerWrapperFactory();

        runtimeContext.injectInto(container);
        runtimeContext.setContainer(container);
        runtimeContext.injectInto(reflector);
        reflector.injectInto(runtimeContext);
View Full Code Here

TOP

Related Classes of org.apache.isis.progmodel.wrapper.metamodel.DomainObjectContainerWrapperFactory

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.