org.cruxframework.crux.core.server.rest.core.registry
Class RestServicesCompileMap

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.core.registry.RestServicesCompileMap

public class RestServicesCompileMap
extends Object

Builds a map of all rest implementation classes

Author:
Thiago da Rosa de Bustamante

Constructor Summary
RestServicesCompileMap()
           
 
Method Summary
static String getService(String serviceName)
           
static boolean initialize(javax.servlet.ServletContext context)
           
static Iterator<String> iterateServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestServicesCompileMap

public RestServicesCompileMap()
Method Detail

getService

public static String getService(String serviceName)
Parameters:
serviceName -
Returns:

iterateServices

public static Iterator<String> iterateServices()

initialize

public static boolean initialize(javax.servlet.ServletContext context)
Parameters:
context -


Copyright © 2014. All rights reserved.