From 27255eff6215e6648f5406cfee1508c28ccc11ef Mon Sep 17 00:00:00 2001 From: tzefferer Date: Fri, 27 Jul 2007 08:57:19 +0000 Subject: git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@162 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../knowcenter/wag/egov/egiz/web/SessionInformation.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/main/java/at/knowcenter/wag/egov/egiz/web') diff --git a/src/main/java/at/knowcenter/wag/egov/egiz/web/SessionInformation.java b/src/main/java/at/knowcenter/wag/egov/egiz/web/SessionInformation.java index a85ca52..acf4416 100644 --- a/src/main/java/at/knowcenter/wag/egov/egiz/web/SessionInformation.java +++ b/src/main/java/at/knowcenter/wag/egov/egiz/web/SessionInformation.java @@ -23,6 +23,7 @@ import java.util.Properties; import at.knowcenter.wag.egov.egiz.framework.SignResult; import at.knowcenter.wag.egov.egiz.pdf.IncrementalUpdateInformation; +import at.knowcenter.wag.egov.egiz.pdf.TablePos; /** * This class is a collection of various session parameters that are passed @@ -130,4 +131,19 @@ public class SessionInformation implements Serializable * The sign result to be passed back to the user. */ public SignResult sign_result; + + + + /** + * Object containing information about the calling webapplication. + * @author: Thomas Zefferer + */ + public ExternAppInformation exappinf; + + /** + * Information about the signature position + * @author: Thomas Zefferer + */ + public TablePos pos ; + } -- cgit v1.2.3