|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.ObjectOutputStream
org.apache.wicket.util.io.WicketObjectOutputStream
@Deprecated public final class WicketObjectOutputStream
The Wicket ObjectOutputStream to enable back-button support for the reloading mechanism, be sure
to put Objects.setObjectStreamFactory(new WicketObjectStreamFactory()); in your
application's WebApplication.init() method.
ReloadingWicketFilter| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.io.ObjectOutputStream |
|---|
ObjectOutputStream.PutField |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
WicketObjectOutputStream(OutputStream out)
Deprecated. Construct. |
|
| Method Summary | |
|---|---|
void |
close()
Deprecated. |
void |
defaultWriteObject()
Deprecated. |
ObjectOutputStream.PutField |
putFields()
Deprecated. |
void |
write(byte[] buf)
Deprecated. |
void |
write(byte[] buf,
int off,
int len)
Deprecated. |
void |
write(int val)
Deprecated. |
void |
writeBoolean(boolean val)
Deprecated. Writes a boolean. |
void |
writeByte(int val)
Deprecated. Writes an 8 bit byte. |
void |
writeBytes(String str)
Deprecated. Writes a String as a sequence of bytes. |
void |
writeChar(int val)
Deprecated. Writes a 16 bit char. |
void |
writeChars(String str)
Deprecated. Writes a String as a sequence of chars. |
void |
writeDouble(double val)
Deprecated. Writes a 64 bit double. |
void |
writeFields()
Deprecated. |
void |
writeFloat(float val)
Deprecated. Writes a 32 bit float. |
void |
writeInt(int val)
Deprecated. Writes a 32 bit int. |
void |
writeLong(long val)
Deprecated. Writes a 64 bit long. |
protected void |
writeObjectOverride(Object obj)
Deprecated. |
void |
writeShort(int val)
Deprecated. Writes a 16 bit short. |
void |
writeUTF(String str)
Deprecated. |
| Methods inherited from class java.io.ObjectOutputStream |
|---|
annotateClass, annotateProxyClass, drain, enableReplaceObject, flush, replaceObject, reset, useProtocolVersion, writeClassDescriptor, writeObject, writeStreamHeader, writeUnshared |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WicketObjectOutputStream(OutputStream out)
throws IOException
out -
IOException| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in interface ObjectOutputclose in class ObjectOutputStreamIOExceptionObjectOutputStream.close()
public void defaultWriteObject()
throws IOException
defaultWriteObject in class ObjectOutputStreamIOExceptionObjectOutputStream.defaultWriteObject()
public ObjectOutputStream.PutField putFields()
throws IOException
putFields in class ObjectOutputStreamIOExceptionObjectOutputStream.putFields()
public void write(byte[] buf)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputwrite in class ObjectOutputStreamIOExceptionObjectOutputStream.write(byte[])
public void write(byte[] buf,
int off,
int len)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputwrite in class ObjectOutputStreamIOExceptionObjectOutputStream.write(byte[], int, int)
public void write(int val)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputwrite in class ObjectOutputStreamIOExceptionObjectOutputStream.write(int)
public void writeBoolean(boolean val)
throws IOException
writeBoolean in interface DataOutputwriteBoolean in class ObjectOutputStreamval - the boolean to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeByte(int val)
throws IOException
writeByte in interface DataOutputwriteByte in class ObjectOutputStreamval - the byte value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeBytes(String str)
throws IOException
writeBytes in interface DataOutputwriteBytes in class ObjectOutputStreamstr - the String of bytes to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeChar(int val)
throws IOException
writeChar in interface DataOutputwriteChar in class ObjectOutputStreamval - the char value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeChars(String str)
throws IOException
writeChars in interface DataOutputwriteChars in class ObjectOutputStreamstr - the String of chars to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeDouble(double val)
throws IOException
writeDouble in interface DataOutputwriteDouble in class ObjectOutputStreamval - the double value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeFields()
throws IOException
writeFields in class ObjectOutputStreamIOExceptionObjectOutputStream.writeFields()
public void writeFloat(float val)
throws IOException
writeFloat in interface DataOutputwriteFloat in class ObjectOutputStreamval - the float value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeInt(int val)
throws IOException
writeInt in interface DataOutputwriteInt in class ObjectOutputStreamval - the integer value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeLong(long val)
throws IOException
writeLong in interface DataOutputwriteLong in class ObjectOutputStreamval - the long value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeShort(int val)
throws IOException
writeShort in interface DataOutputwriteShort in class ObjectOutputStreamval - the short value to be written
IOException - if I/O errors occur while writing to the underlying stream
public void writeUTF(String str)
throws IOException
writeUTF in interface DataOutputwriteUTF in class ObjectOutputStreamIOExceptionObjectOutputStream.writeUTF(java.lang.String)
protected final void writeObjectOverride(Object obj)
throws IOException
writeObjectOverride in class ObjectOutputStreamIOExceptionObjectOutputStream.writeObjectOverride(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||