Method Summary |
|
public static boolean | getBoolProperty(String property, boolean def) Gets boolean property by name. |
public static double | getDoubleProperty(String property, double def) Gets double property by name. |
public static CacheSettings | getFontCacheSettings() Returns font cache settings. |
public static int | getIntProperty(String property, int def) Gets integer property by name. |
public static long | getLongProperty(String property, long def) Gets long property by name. |
public static CacheSettings | getMediaCacheSettings() Returns media cache settings. |
public static Object | getObjectProperty(Object key) |
public static String | getProperty(String name, String def) Gets property by name. |
public static String | getProperty(String name) Gets property by name. |
public static CacheSettings | getRequestCacheSettings() Returns request cache settings. |
public static CacheSettings | getXMLCacheSettings() Returns xml cache settings. |
public static void | init(String propFileName) Initalizes manager. |
public static void | init() Initalizes manager. |
public static void | load(String propFileName) Loads iv.properties file and caches "cache" related properties. |
public static void | save(String propFileName) Saves properties to iv.properties file. |
public static void | setObjectProperty(Object key, Object value) |
public static void | setProperty(String name, String value) Sets property by name. |
public static void | setProperty(String name, int value) Sets integer property by name. |
public static void | setProperty(String name, boolean value) Sets boolean property by name. |
public static void | setProperty(String name, double value) Sets double property by name. |