|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.Options
php.java.bridge.DefaultOptions
public final class DefaultOptions
Exposes the request options. There is one Options instance for each request, but certain options may change for each packet. For example if a user calls java_set_file_encoding(enc), the new file encoding becomes available in the next packet.
Constructor Summary | |
---|---|
DefaultOptions()
|
Method Summary | |
---|---|
boolean |
base64Data()
Return true if we must return a base 64 encoded string due to limitations in the client's XML parser. |
boolean |
passContext()
Return true, if the client cannot keep a back-pointer to its own data structures. |
boolean |
preferValues()
Returns true when the bridge must destroy object identity (see PROTOCOL.TXT) due to limitations in the client (for PHP4 for example). |
boolean |
sendArraysAsValues()
Returns true when the bridge must destroy array, Map, Collection identity (see PROTOCOL.TXT) due to limitations in the client (for PHP4 for example). |
Methods inherited from class php.java.bridge.Options |
---|
getBytes, getEncoding, setEncoding, updateOptions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultOptions()
Method Detail |
---|
public boolean base64Data()
Options
base64Data
in class Options
public boolean preferValues()
Options
preferValues
in class Options
public boolean sendArraysAsValues()
Options
sendArraysAsValues
in class Options
public boolean passContext()
Options
passContext
in class Options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |