A B C D E F G H I J K L M N O P Q R S T U V W X

W

WebContextLoader - Class in org.jfox.mvc
Web Context Loader£¬initialize framework when jfox3 web application loaded
WebContextLoader() - Constructor for class org.jfox.mvc.WebContextLoader
 
write(byte[], OutputStream) - Static method in class org.jfox.util.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - Static method in class org.jfox.util.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, String) - Static method in class org.jfox.util.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - Static method in class org.jfox.util.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - Static method in class org.jfox.util.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, String) - Static method in class org.jfox.util.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - Static method in class org.jfox.util.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - Static method in class org.jfox.util.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, String) - Static method in class org.jfox.util.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - Static method in class org.jfox.util.IOUtils
Writes chars from a StringBuffer to a Writer.
write(StringBuffer, OutputStream) - Static method in class org.jfox.util.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the default character encoding of the platform.
write(StringBuffer, OutputStream, String) - Static method in class org.jfox.util.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the specified character encoding.
writeBoolean(boolean) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a boolean to the stream message.
writeByte(byte) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a byte to the bytes message stream as a 1-byte value.
writeByte(byte) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a byte to the stream message.
writeBytes(byte[]) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a byte array to the bytes message stream.
writeBytes(byte[], int, int) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a portion of a byte array to the bytes message stream.
writeBytes(byte[]) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a byte array field to the stream message.
writeBytes(byte[], int, int) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a portion of a byte array as a byte array field to the stream message.
writeChar(char) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a char to the stream message.
writeDouble(double) - Method in class org.jfox.jms.message.BytesMessageImpl
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a double to the stream message.
writeFloat(float) - Method in class org.jfox.jms.message.BytesMessageImpl
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a float to the stream message.
writeInt(int) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes an int to the stream message.
writeLines(Collection, String, OutputStream) - Static method in class org.jfox.util.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the default character encoding of the platform and the specified line ending.
writeLines(Collection, String, OutputStream, String) - Static method in class org.jfox.util.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection, String, Writer) - Static method in class org.jfox.util.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.
writeLong(long) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a long to the bytes message stream as eight bytes, high byte first.
writeLong(long) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a long to the stream message.
writeObject(Object) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes an object to the bytes message stream.
writeObject(Object) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes an object to the stream message.
writeShort(short) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a short to the bytes message stream as two bytes, high byte first.
writeShort(short) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a short to the stream message.
writeString(String) - Method in class org.jfox.jms.message.StreamMessageImpl
Writes a String to the stream message.
writeUTF(String) - Method in class org.jfox.jms.message.BytesMessageImpl
Writes a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.
WSHelper - Class in org.jfox.webservice
 
WSHelper() - Constructor for class org.jfox.webservice.WSHelper
 

A B C D E F G H I J K L M N O P Q R S T U V W X