|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.ClientDataSinkImpl
public class ClientDataSinkImpl
Constructor Summary | |
---|---|
ClientDataSinkImpl(URLEncoder urlEncoder,
java.security.Key hmacKey)
|
Method Summary | |
---|---|
java.lang.String |
getClientData()
Encoded the data written to the stream as a string that can be provided to the client. |
java.lang.String |
getEncodedClientData()
Returns the client data encoded (for inclusion in a URL) via URLEncoder . |
java.io.ObjectOutputStream |
getObjectOutputStream()
Provides the output stream to which data can be written. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientDataSinkImpl(URLEncoder urlEncoder, java.security.Key hmacKey) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.io.ObjectOutputStream getObjectOutputStream()
ClientDataSink
getObjectOutputStream
in interface ClientDataSink
public java.lang.String getClientData()
ClientDataSink
getClientData
in interface ClientDataSink
ClientDataEncoder.decodeClientData(String)
public java.lang.String getEncodedClientData()
ClientDataSink
URLEncoder
.
getEncodedClientData
in interface ClientDataSink
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |