|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.common.runtime.RuntimeConfig
ApplicationConfig
instead. This class will be deleted before final 0.7.0 release.
public class RuntimeConfig
A java bean class intended to hold runtime configurations (those which can be changed at runtime). An
instance of this class can be accessed through ApplicationConfig
.
The philosophy of existence of this file is that retrieving application configurations from
ApplicationConfig
is a time consuming job since it loads the configuration from a heavyweight
DOM (level 2) XML object in the memory.
Constructor Summary | |
---|---|
RuntimeConfig()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getLanguage()
Deprecated. |
java.lang.String |
getTextLayout()
Deprecated. |
void |
setLanguage(java.lang.String language)
Deprecated. |
void |
setTextLayout(java.lang.String textLayout)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeConfig()
Method Detail |
---|
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- The language to set.public java.lang.String getTextLayout()
public void setTextLayout(java.lang.String textLayout)
textLayout
- The textLayout to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |