|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.HttpSessionTemporaryDataStorage
public class HttpSessionTemporaryDataStorage
Implementation of a temporary data storage using the HTTP session as temporary repository.
Field Summary | |
---|---|
static String |
TEMP_ATTRIBUTES_ATTRIBUTE
|
static String |
TEMP_OUTPUT_STREAM_ATTRIBUTE
|
Constructor Summary | |
---|---|
HttpSessionTemporaryDataStorage()
|
Method Summary | |
---|---|
Serializable |
getAttribute(String attributeName)
Retrieves an attribute from the temporary data storage. |
static javax.servlet.http.HttpSession |
getHttpSession()
Gives back the current HTTP session using JACC. |
InputStream |
getTempInputStream()
Gives back the temporary input stream for retrieval of the previously stored data. |
OutputStream |
getTempOutputStream()
Gives back the temporary output stream that can be used for data storage. |
void |
setAttribute(String attributeName,
Serializable attributeValue)
Stores an attribute to the temporary data storage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TEMP_OUTPUT_STREAM_ATTRIBUTE
public static final String TEMP_ATTRIBUTES_ATTRIBUTE
Constructor Detail |
---|
public HttpSessionTemporaryDataStorage()
Method Detail |
---|
public InputStream getTempInputStream()
TemporaryDataStorage
getTempInputStream
in interface TemporaryDataStorage
public OutputStream getTempOutputStream()
TemporaryDataStorage
getTempOutputStream
in interface TemporaryDataStorage
public static javax.servlet.http.HttpSession getHttpSession()
public Serializable getAttribute(String attributeName)
TemporaryDataStorage
getAttribute
in interface TemporaryDataStorage
public void setAttribute(String attributeName, Serializable attributeValue)
TemporaryDataStorage
setAttribute
in interface TemporaryDataStorage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |