|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.web.SessionInformation
This class is a collection of various session parameters that are passed between the servlets and jsps.
The SessionInformation class contains type safe references to the objects.
| Field Summary | |
String |
application
For local requests, tells the application (sign, verify). |
String |
connector
The connector. |
List |
copy_of_signature_holders
Copy of signature holders. |
int |
current_operation
The index of the local request to be processed next. |
boolean |
download_inline
Tells, if the file download should be done inline or as attachment. |
ExternAppInformation |
exappinf
Object containing information about the calling webapplication. |
String |
filename
The suggested filename. |
boolean |
finished
Tells, if the current local request has been finished. |
boolean |
isSignFinished
|
IncrementalUpdateInformation |
iui
The incremental update information that has been extracted from the given PDF document. |
String |
mode
Tells the operation mode (binary, textual). |
FileBasedDataSink |
output
|
PdfDataSource |
pdfDataSource
The original, uploaded pdf. |
TablePos |
pos
Information about the signature position |
LocalRequest[] |
requests
An array of local requests to be processed. |
Properties[] |
response_properties
An array of response strings of the local requests. |
SignatorInformation |
si
|
List |
signature_holders
The signature holders. |
String |
type
The type/profile of the signature. |
String |
user_name
The user name. |
String |
user_password
The password. |
| Constructor Summary | |
SessionInformation()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String connector
public String application
public String mode
public PdfDataSource pdfDataSource
public String type
public String user_name
public String user_password
public LocalRequest[] requests
public int current_operation
public Properties[] response_properties
public boolean finished
public IncrementalUpdateInformation iui
public SignatorInformation si
public FileBasedDataSink output
public List signature_holders
public List copy_of_signature_holders
public String filename
public boolean download_inline
public boolean isSignFinished
public ExternAppInformation exappinf
public TablePos pos
| Constructor Detail |
public SessionInformation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||