Uses of Class
com.jfw.util.PropertiesManager

Packages that use PropertiesManager
com.jfw.scheduler Manage the scheduler. 
com.jfw.util Various utilities. 
com.jfw.web   
 

Uses of PropertiesManager in com.jfw.scheduler
 

Fields in com.jfw.scheduler declared as PropertiesManager
protected  PropertiesManager ScheduleBean.properties
          Manage file jfw.properties.
 

Uses of PropertiesManager in com.jfw.util
 

Methods in com.jfw.util that return PropertiesManager
static PropertiesManager PropertiesProxy.getProperties()
          Call method PropertiesProxy.getProperties(String, String).
static PropertiesManager PropertiesProxy.getProperties(java.lang.String propertiesName)
          Call method PropertiesProxy.getProperties(String, String).
static PropertiesManager PropertiesProxy.getProperties(java.lang.String propertiesName, java.lang.String language)
          Get a PropertiesManager object.
 

Uses of PropertiesManager in com.jfw.web
 

Fields in com.jfw.web declared as PropertiesManager
static PropertiesManager JFWCommonAction.properties
          The properties manager of file jfw.properties.