|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.rebean.wi.MultilingualOptions
public class MultilingualOptions
The MultilingualOptions
class is used for overriding the server's default multilingual behaviour.
ReportEngine.openDocument(int, OpenDocumentParameters)
Constructor Summary | |
---|---|
MultilingualOptions()
Constructor |
Method Summary | |
---|---|
void |
disableMultilingual()
Disables multi-lingual behavior on the server side. |
void |
disableMultilingual(java.lang.String locale)
Disables multi-lingual behavior on the server side, but provides a way to specify a content locale. |
void |
enableMultilingual()
Enables multi-lingual behavior on the server side using the logged on user preferred viewing locale. |
void |
enableMultilingual(java.lang.String locale)
Enables multi-lingual behavior on the server side using specified locale, thus overriding default settings. |
java.lang.String |
getLocale()
Returns the locale override, if any. |
boolean |
isMultilingualEnabled()
Returns true if server side multilingual behavior is enabled,
false otherwise. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultilingualOptions()
Method Detail |
---|
public void enableMultilingual()
public void enableMultilingual(java.lang.String locale)
locale
- the desired locale identifierpublic void disableMultilingual()
public void disableMultilingual(java.lang.String locale)
locale
- public boolean isMultilingualEnabled()
true
if server side multilingual behavior is enabled,
false
otherwise.
true
if server side multilingual behavior is enabled,
false
otherwise.public java.lang.String getLocale()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |