Package org.gatein.management.rest.providers

Examples of org.gatein.management.rest.providers.JsonResourceProvider


   {
      // Singletons
      singletons = new HashSet<Object>(3);
      singletons.add(new BindingProviderResolver(service));
      singletons.add(new RestController(controller));
      singletons.add(new JsonResourceProvider());

      // Classes
      classes = new HashSet<Class<?>>(1);
      classes.add(ManagedResponseWriter.class);
   }
View Full Code Here

TOP

Related Classes of org.gatein.management.rest.providers.JsonResourceProvider

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.