org.jafer.registry.web.struts
Class Config

java.lang.Object
  extended by org.jafer.registry.web.struts.Config

public class Config
extends java.lang.Object

Holds the confirguration settings for the registry


Field Summary
static java.lang.String INQUIRE_URL
           
static java.lang.String PUBLISH_URL
           
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLISH_URL

public static final java.lang.String PUBLISH_URL
See Also:
Constant Field Values

INQUIRE_URL

public static final java.lang.String INQUIRE_URL
See Also:
Constant Field Values
Constructor Detail

Config

public Config()