|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.fckeditor.handlers.PropertiesLoader
public class PropertiesLoader
This handler gives you access to properties stored in
/net/fckeditor/handlers/default.properties
and
/fckeditor.properties
.
This class loads the properties files as follows:
default.properties
fckeditor.properties
if present.fckeditor.properties
will override properties loaded from
default.properties
. (intended behavior)setProperty(String, String)
instead or additionally.
Constructor Summary | |
---|---|
PropertiesLoader()
|
Method Summary | |
---|---|
static java.lang.String |
getProperty(java.lang.String key)
Getter for a property. |
static void |
setProperty(java.lang.String key,
java.lang.String value)
Setter for a property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesLoader()
Method Detail |
---|
public static java.lang.String getProperty(java.lang.String key)
key
- The property key.
Properties.getProperty(String)
public static void setProperty(java.lang.String key, java.lang.String value)
fckeditor.properties
. It should never used inside
FCKeditor.Java!!!
key
- The property key.value
- The property value.Properties.setProperty(String, String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |