Package com.netflix.exhibitor.core.rest

Examples of com.netflix.exhibitor.core.rest.UIContextResolver


    }

    private static Set<Object> getSingletons(UIContext context)
    {
        final Set<Object> singletons = Sets.newHashSet();
        singletons.add(new UIContextResolver(context));
        singletons.add(new NaturalNotationContextResolver());
        return singletons;
    }
View Full Code Here

TOP

Related Classes of com.netflix.exhibitor.core.rest.UIContextResolver

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.