org.ogf.graap.wsag.api.rest
Class RestConstants

java.lang.Object
  extended by org.ogf.graap.wsag.api.rest.RestConstants

public class RestConstants
extends Object

Author:
owaeld

Field Summary
static String REST_ACCEPTANCE_REGISTRY_PATH
          Path of the acceptance registry relative to the webapp root.
static String REST_FACTORY_REGISTRY_PATH
          Path of the factory registry relative to the webapp root.
 
Constructor Summary
RestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REST_FACTORY_REGISTRY_PATH

public static final String REST_FACTORY_REGISTRY_PATH
Path of the factory registry relative to the webapp root.

See Also:
Constant Field Values

REST_ACCEPTANCE_REGISTRY_PATH

public static final String REST_ACCEPTANCE_REGISTRY_PATH
Path of the acceptance registry relative to the webapp root.

See Also:
Constant Field Values
Constructor Detail

RestConstants

public RestConstants()


Copyright © 2008-2012. All Rights Reserved.