|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.web.SignSessionInformation
| Field Summary | |
String |
application
For local requests, tells the application (sign, verify). |
String |
connector
The connector. |
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. |
LocalRequest |
localRequest
The local request to be sent to the device. |
String |
mode
Tells the operation mode (binary, textual). |
DataSink |
output
The DataSink to write the output data to. |
boolean |
outputAvailable
Tells if the sign request has been processed and the signed document is available in the DataSink. |
PdfDataSource |
pdfDataSource
The original, uploaded pdf. |
TablePos |
pos
Information about the signature position |
Properties |
response_properties
The response properties of the local request. |
SignatorInformation |
si
The SignatorInformation. |
String |
type
The type/profile of the signature. |
| Constructor Summary | |
SignSessionInformation()
|
|
| Method Summary | |
void |
valueBound(HttpSessionBindingEvent event)
|
void |
valueUnbound(HttpSessionBindingEvent event)
|
| 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 filename
public boolean download_inline
public ExternAppInformation exappinf
public TablePos pos
public SignatorInformation si
public DataSink output
public LocalRequest localRequest
public Properties response_properties
public boolean outputAvailable
| Constructor Detail |
public SignSessionInformation()
| Method Detail |
public void valueBound(HttpSessionBindingEvent event)
valueBound in interface HttpSessionBindingListenerHttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)public void valueUnbound(HttpSessionBindingEvent event)
valueUnbound in interface HttpSessionBindingListenerHttpSessionBindingListener.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||