|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lobobrowser.settings.BooleanSettings
public class BooleanSettings
Miscellaneous settings in the form of boolean values. This is a singleton class
with an instance obtained by calling getInstance().
| Method Summary | |
|---|---|
static BooleanSettings |
getInstance()
Gets the class singleton. |
boolean |
isHttpUseChunkedEncodingPOST()
|
void |
save()
|
void |
setHttpUseChunkedEncodingPOST(boolean httpUseChunkedEncodingPOST)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BooleanSettings getInstance()
public void save()
public boolean isHttpUseChunkedEncodingPOST()
public void setHttpUseChunkedEncodingPOST(boolean httpUseChunkedEncodingPOST)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||