com.xavax.xstore.util
Class ApplicationContext

Object
  extended byApplicationContext

public class ApplicationContext
extends Object

ApplicationContext is used to make information about the application available to any class without adding application-specific knowledge to each class.


Constructor Summary
ApplicationContext()
           
 
Method Summary
static String getProperties()
          Returns the name of the properties file for this application.
static void setProperties(String s)
          Sets the name of the properties file for this application.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext

public ApplicationContext()
Method Detail

getProperties

public static String getProperties()
Returns the name of the properties file for this application.

Returns:
the name of the properties file for this application.

setProperties

public static void setProperties(String s)
Sets the name of the properties file for this application.

Parameters:
s - the name of a properties file.