From 7cc9961ab7875496835ac2979868dc319bba086f Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Mar 2011 22:19:46 +0100 Subject: fresh api docs, apple-iphone doku --- apidocs/allclasses-frame.html | 16 +- apidocs/allclasses-noframe.html | 16 +- apidocs/constant-values.html | 4 +- apidocs/de/dhbw/horb/calendar/ICSServlet.html | 300 -------------- .../dhbw/horb/calendar/class-use/ICSServlet.html | 145 ------- .../horb/calendar/dualis/DualisConnection.html | 16 +- ...lisException.DualisAuthenticationException.html | 4 +- .../DualisException.DualisScrapingException.html | 4 +- .../dhbw/horb/calendar/dualis/DualisException.html | 4 +- .../dualis/class-use/DualisConnection.html | 4 +- ...lisException.DualisAuthenticationException.html | 8 +- .../DualisException.DualisScrapingException.html | 8 +- .../calendar/dualis/class-use/DualisException.html | 6 +- .../dhbw/horb/calendar/dualis/package-frame.html | 4 +- .../dhbw/horb/calendar/dualis/package-summary.html | 23 +- .../de/dhbw/horb/calendar/dualis/package-tree.html | 8 +- .../de/dhbw/horb/calendar/dualis/package-use.html | 6 +- .../de/dhbw/horb/calendar/ics/AbstractICSType.html | 19 +- .../de/dhbw/horb/calendar/ics/ICalendarObject.html | 281 +++++++++++++ apidocs/de/dhbw/horb/calendar/ics/VCalendar.html | 273 ------------- .../de/dhbw/horb/calendar/ics/VEvent.Builder.html | 389 ------------------ apidocs/de/dhbw/horb/calendar/ics/VEvent.html | 441 --------------------- .../horb/calendar/ics/VEventComponent.Builder.html | 389 ++++++++++++++++++ .../de/dhbw/horb/calendar/ics/VEventComponent.html | 441 +++++++++++++++++++++ .../calendar/ics/class-use/AbstractICSType.html | 10 +- .../calendar/ics/class-use/ICalendarObject.html | 145 +++++++ .../horb/calendar/ics/class-use/VCalendar.html | 145 ------- .../calendar/ics/class-use/VEvent.Builder.html | 229 ----------- .../dhbw/horb/calendar/ics/class-use/VEvent.html | 210 ---------- .../ics/class-use/VEventComponent.Builder.html | 229 +++++++++++ .../calendar/ics/class-use/VEventComponent.html | 210 ++++++++++ .../de/dhbw/horb/calendar/ics/package-frame.html | 10 +- .../de/dhbw/horb/calendar/ics/package-summary.html | 34 +- .../de/dhbw/horb/calendar/ics/package-tree.html | 12 +- apidocs/de/dhbw/horb/calendar/ics/package-use.html | 17 +- apidocs/de/dhbw/horb/calendar/package-frame.html | 33 -- apidocs/de/dhbw/horb/calendar/package-summary.html | 158 -------- apidocs/de/dhbw/horb/calendar/package-tree.html | 162 -------- apidocs/de/dhbw/horb/calendar/package-use.html | 145 ------- .../calendar/servlet/AuthenticatedServlet.html | 359 +++++++++++++++++ .../de/dhbw/horb/calendar/servlet/ICSServlet.html | 305 ++++++++++++++ .../servlet/class-use/AuthenticatedServlet.html | 182 +++++++++ .../calendar/servlet/class-use/ICSServlet.html | 145 +++++++ .../dhbw/horb/calendar/servlet/package-frame.html | 35 ++ .../horb/calendar/servlet/package-summary.html | 178 +++++++++ .../dhbw/horb/calendar/servlet/package-tree.html | 162 ++++++++ .../de/dhbw/horb/calendar/servlet/package-use.html | 171 ++++++++ .../calendar/ui/MyApplication.MyMainWindow.html | 4 +- .../de/dhbw/horb/calendar/ui/MyApplication.html | 4 +- .../horb/calendar/ui/StundenplanComponent.html | 4 +- .../ui/class-use/MyApplication.MyMainWindow.html | 6 +- .../horb/calendar/ui/class-use/MyApplication.html | 4 +- .../ui/class-use/StundenplanComponent.html | 4 +- .../de/dhbw/horb/calendar/ui/package-frame.html | 4 +- .../de/dhbw/horb/calendar/ui/package-summary.html | 27 +- apidocs/de/dhbw/horb/calendar/ui/package-tree.html | 12 +- apidocs/de/dhbw/horb/calendar/ui/package-use.html | 6 +- .../horb/calendar/util/AuthenticatedServlet.html | 359 ----------------- .../util/class-use/AuthenticatedServlet.html | 181 --------- .../de/dhbw/horb/calendar/util/package-frame.html | 33 -- .../dhbw/horb/calendar/util/package-summary.html | 158 -------- .../de/dhbw/horb/calendar/util/package-tree.html | 160 -------- .../de/dhbw/horb/calendar/util/package-use.html | 171 -------- apidocs/deprecated-list.html | 4 +- apidocs/help-doc.html | 4 +- apidocs/index-all.html | 123 +++--- apidocs/index.html | 2 +- apidocs/overview-frame.html | 10 +- apidocs/overview-summary.html | 20 +- apidocs/overview-tree.html | 16 +- apidocs/package-list | 3 +- apidocs/serialized-form.html | 96 ++--- 72 files changed, 3547 insertions(+), 3963 deletions(-) delete mode 100644 apidocs/de/dhbw/horb/calendar/ICSServlet.html delete mode 100644 apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/ICalendarObject.html delete mode 100644 apidocs/de/dhbw/horb/calendar/ics/VCalendar.html delete mode 100644 apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html delete mode 100644 apidocs/de/dhbw/horb/calendar/ics/VEvent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/VEventComponent.Builder.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/VEventComponent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/ICalendarObject.html delete mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html delete mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html delete mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.Builder.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.html delete mode 100644 apidocs/de/dhbw/horb/calendar/package-frame.html delete mode 100644 apidocs/de/dhbw/horb/calendar/package-summary.html delete mode 100644 apidocs/de/dhbw/horb/calendar/package-tree.html delete mode 100644 apidocs/de/dhbw/horb/calendar/package-use.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/AuthenticatedServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/ICSServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/class-use/AuthenticatedServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/class-use/ICSServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/package-frame.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/package-summary.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/package-tree.html create mode 100644 apidocs/de/dhbw/horb/calendar/servlet/package-use.html delete mode 100644 apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html delete mode 100644 apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html delete mode 100644 apidocs/de/dhbw/horb/calendar/util/package-frame.html delete mode 100644 apidocs/de/dhbw/horb/calendar/util/package-summary.html delete mode 100644 apidocs/de/dhbw/horb/calendar/util/package-tree.html delete mode 100644 apidocs/de/dhbw/horb/calendar/util/package-use.html (limited to 'apidocs') diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 0fd29e3..db12df0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -24,7 +24,7 @@ All Classes (DHBW Calendar 1.0-SNAPSHOT API) AbstractICSType
-AuthenticatedServlet +AuthenticatedServlet
DualisConnection
@@ -34,7 +34,9 @@ All Classes (DHBW Calendar 1.0-SNAPSHOT API)
DualisException.DualisScrapingException
-ICSServlet +ICalendarObject +
+ICSServlet
MyApplication
@@ -42,11 +44,9 @@ All Classes (DHBW Calendar 1.0-SNAPSHOT API)
StundenplanComponent
-VCalendar -
-VEvent +VEventComponent
-VEvent.Builder +VEventComponent.Builder
diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 7016dd0..be1d33f 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -24,7 +24,7 @@ All Classes (DHBW Calendar 1.0-SNAPSHOT API) AbstractICSType
-AuthenticatedServlet +AuthenticatedServlet
DualisConnection
@@ -34,7 +34,9 @@ All Classes (DHBW Calendar 1.0-SNAPSHOT API)
DualisException.DualisScrapingException
-ICSServlet +ICalendarObject +
+ICSServlet
MyApplication
@@ -42,11 +44,9 @@ All Classes (DHBW Calendar 1.0-SNAPSHOT API)
StundenplanComponent
-VCalendar -
-VEvent +VEventComponent
-VEvent.Builder +VEventComponent.Builder
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 13dcdeb..332d4b5 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ICSServlet.html b/apidocs/de/dhbw/horb/calendar/ICSServlet.html deleted file mode 100644 index d0c66f0..0000000 --- a/apidocs/de/dhbw/horb/calendar/ICSServlet.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - - -ICSServlet (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -de.dhbw.horb.calendar -
-Class ICSServlet

-
-java.lang.Object
-  extended by javax.servlet.GenericServlet
-      extended by javax.servlet.http.HttpServlet
-          extended by de.dhbw.horb.calendar.util.AuthenticatedServlet
-              extended by de.dhbw.horb.calendar.ICSServlet
-
-
-
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
-
-
-
-
public class ICSServlet
extends AuthenticatedServlet
- - -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Constructor Summary
ICSServlet() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-protected  voiddoGet(javax.servlet.http.HttpServletRequest request, - javax.servlet.http.HttpServletResponse response, - String username, - String password) - -
-           
- - - - - - - -
Methods inherited from class de.dhbw.horb.calendar.util.AuthenticatedServlet
doGet, getLoginRealm, setLoginRealm
- - - - - - - -
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
- - - - - - - -
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-ICSServlet

-
-public ICSServlet()
-
-
- - - - - - - - -
-Method Detail
- -

-doGet

-
-protected void doGet(javax.servlet.http.HttpServletRequest request,
-                     javax.servlet.http.HttpServletResponse response,
-                     String username,
-                     String password)
-              throws IOException
-
-
-
Specified by:
doGet in class AuthenticatedServlet
-
-
- -
Throws: -
IOException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html b/apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html deleted file mode 100644 index 80a316e..0000000 --- a/apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class de.dhbw.horb.calendar.ICSServlet (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
de.dhbw.horb.calendar.ICSServlet

-
-No usage of de.dhbw.horb.calendar.ICSServlet -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html index 672e89e..17568b6 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html @@ -2,13 +2,13 @@ - + DualisConnection (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -150,7 +150,7 @@ Class DualisConnection - List<VEvent> + List<VEventComponent> getEvents()
@@ -228,11 +228,11 @@ public DualisConnection(

getEvents

-public List<VEvent> getEvents()
-                       throws com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException,
-                              IOException,
-                              DualisException.DualisScrapingException,
-                              DualisException.DualisAuthenticationException
+public List<VEventComponent> getEvents() + throws com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException, + IOException, + DualisException.DualisScrapingException, + DualisException.DualisAuthenticationException
diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html index 2c70573..a0e2f01 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html @@ -2,13 +2,13 @@ - + DualisException.DualisAuthenticationException (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html index e71c3de..5812960 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html @@ -2,13 +2,13 @@ - + DualisException.DualisScrapingException (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html index a8f17a6..5fe9c6e 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html @@ -2,13 +2,13 @@ - + DualisException (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html index b4cfe51..2e761b2 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.dualis.DualisConnection (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html index cd0a385..361d0ea 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.dualis -   +This package contains the Dualis Webscraper Classes based on htmlunit.    @@ -113,7 +113,7 @@ Uses of - List<VEvent> + List<VEventComponent> DualisConnection.getEvents()
diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html index e338bba..5ab18ae 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.dualis -   +This package contains the Dualis Webscraper Classes based on htmlunit.    @@ -113,7 +113,7 @@ Uses of - List<VEvent> + List<VEventComponent> DualisConnection.getEvents()
diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html index 8ad1bf3..60b33b7 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.dualis.DualisException (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.dualis -   +This package contains the Dualis Webscraper Classes based on htmlunit.    diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html b/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html index 848a70f..1a37999 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.dualis (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html b/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html index f65661a..7ef7b5b 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.dualis (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV PACKAGE  + PREV PACKAGE   NEXT PACKAGE FRAMES   @@ -83,6 +83,12 @@ function windowTitle()

Package de.dhbw.horb.calendar.dualis

+This package contains the Dualis Webscraper Classes based on htmlunit. +

+See: +
+          Description +

@@ -118,6 +124,15 @@ Package de.dhbw.horb.calendar.dualis
  +

+

+Package de.dhbw.horb.calendar.dualis Description +

+ +

+This package contains the Dualis Webscraper Classes based on htmlunit. +

+

@@ -151,7 +166,7 @@ Package de.dhbw.horb.calendar.dualis PREV PACKAGE  + PREV PACKAGE   NEXT PACKAGE FRAMES   diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html b/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html index c3f13d8..8a66671 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.dualis Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV  + PREV   NEXT FRAMES   @@ -132,7 +132,7 @@ Class Hierarchy PREV  + PREV   NEXT FRAMES   diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-use.html b/apidocs/de/dhbw/horb/calendar/dualis/package-use.html index 692c7c6..f74530c 100644 --- a/apidocs/de/dhbw/horb/calendar/dualis/package-use.html +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package de.dhbw.horb.calendar.dualis (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.dualis -   +This package contains the Dualis Webscraper Classes based on htmlunit.    diff --git a/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html b/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html index 1f03a80..7e67661 100644 --- a/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html +++ b/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html @@ -2,13 +2,13 @@ - + AbstractICSType (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -97,13 +97,20 @@ Class AbstractICSType extended by de.dhbw.horb.calendar.ics.AbstractICSType
-
Direct Known Subclasses:
VEvent
+
Direct Known Subclasses:
VEventComponent

public abstract class AbstractICSType
extends Object
+

+icalendar specifies Events, Todo, Journal, Free/Buse, TimeZone, Alarm + Components. + + AbstractICSType is a superclass for those. +

+


@@ -123,6 +130,7 @@ Class AbstractICSType
          RFC says: + FORM #2: DATE WITH UTC TIME @@ -201,6 +209,7 @@ dateTimeFormat public static SimpleDateFormat dateTimeFormat
RFC says: +
  FORM #2: DATE WITH UTC TIME
 
@@ -304,7 +313,7 @@ public static 
  PREV CLASS 
- NEXT CLASSNEXT CLASS
 
   FRAMES   
  NO FRAMES   
diff --git a/apidocs/de/dhbw/horb/calendar/ics/ICalendarObject.html b/apidocs/de/dhbw/horb/calendar/ics/ICalendarObject.html
new file mode 100644
index 0000000..5471f94
--- /dev/null
+++ b/apidocs/de/dhbw/horb/calendar/ics/ICalendarObject.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+ICalendarObject (DHBW Calendar 1.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class ICalendarObject

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.ICalendarObject
+
+
+
+
public class ICalendarObject
extends Object
+
+ +

+Represent an iCalender Object. + + A iCalender object can consist of many components of different type. They are + implemented as subclasses of AbstractICSType and can be added to an + instance of ICalendarObject. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ICalendarObject(String title) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(AbstractICSType ics) + +
+           
+ Stringserialize() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ICalendarObject

+
+public ICalendarObject(String title)
+
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(AbstractICSType ics)
+
+
+
+
+
+
+ +

+serialize

+
+public String serialize()
+
+
+ +
Returns:
serialized iCalendar Object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/VCalendar.html b/apidocs/de/dhbw/horb/calendar/ics/VCalendar.html deleted file mode 100644 index 165994d..0000000 --- a/apidocs/de/dhbw/horb/calendar/ics/VCalendar.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - -VCalendar (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -de.dhbw.horb.calendar.ics -
-Class VCalendar

-
-java.lang.Object
-  extended by de.dhbw.horb.calendar.ics.VCalendar
-
-
-
-
public class VCalendar
extends Object
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
VCalendar(String title) - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voidadd(AbstractICSType ics) - -
-           
- Stringserialize() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-VCalendar

-
-public VCalendar(String title)
-
-
- - - - - - - - -
-Method Detail
- -

-add

-
-public void add(AbstractICSType ics)
-
-
-
-
-
-
- -

-serialize

-
-public String serialize()
-
-
- -
Returns:
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html b/apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html deleted file mode 100644 index 4e0d4e1..0000000 --- a/apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - - -VEvent.Builder (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -de.dhbw.horb.calendar.ics -
-Class VEvent.Builder

-
-java.lang.Object
-  extended by de.dhbw.horb.calendar.ics.VEvent.Builder
-
-
-
Enclosing class:
VEvent
-
-
-
-
public static class VEvent.Builder
extends Object
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
VEvent.Builder() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- VEventbuild() - -
-           
- VEvent.Builderdescription(String description) - -
-           
- VEvent.Builderdtend(Calendar cend) - -
-           
- VEvent.Builderdtstamp(Calendar cstart) - -
-           
- VEvent.Builderdtstart(Calendar cstart) - -
-           
- VEvent.Builderlocation(String location) - -
-           
- VEvent.Builderstatus(String status) - -
-           
- VEvent.Buildersummary(String summary) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-VEvent.Builder

-
-public VEvent.Builder()
-
-
- - - - - - - - -
-Method Detail
- -

-dtstamp

-
-public VEvent.Builder dtstamp(Calendar cstart)
-
-
-
-
-
-
- -

-dtstart

-
-public VEvent.Builder dtstart(Calendar cstart)
-
-
-
-
-
-
- -

-dtend

-
-public VEvent.Builder dtend(Calendar cend)
-
-
-
-
-
-
- -

-summary

-
-public VEvent.Builder summary(String summary)
-
-
-
-
-
-
- -

-description

-
-public VEvent.Builder description(String description)
-
-
-
-
-
-
- -

-location

-
-public VEvent.Builder location(String location)
-
-
-
-
-
-
- -

-build

-
-public VEvent build()
-
-
-
-
-
-
- -

-status

-
-public VEvent.Builder status(String status)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/ics/VEvent.html b/apidocs/de/dhbw/horb/calendar/ics/VEvent.html deleted file mode 100644 index 5a673c6..0000000 --- a/apidocs/de/dhbw/horb/calendar/ics/VEvent.html +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - -VEvent (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -de.dhbw.horb.calendar.ics -
-Class VEvent

-
-java.lang.Object
-  extended by de.dhbw.horb.calendar.ics.AbstractICSType
-      extended by de.dhbw.horb.calendar.ics.VEvent
-
-
-
-
public class VEvent
extends AbstractICSType
- - -

-


- -

- - - - - - - - - - - -
-Nested Class Summary
-static classVEvent.Builder - -
-           
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
- Stringdescription - -
-           
- Calendardtend - -
-           
- Calendardtstamp - -
-           
- Calendardtstart - -
-           
- Stringlocation - -
-           
- Stringstatus - -
-           
- Stringsummary - -
-           
- - - - - - - -
Fields inherited from class de.dhbw.horb.calendar.ics.AbstractICSType
dateTimeFormat
-  - - - - - - - - - - -
-Constructor Summary
VEvent() - -
-           
-  - - - - - - - - - - - -
-Method Summary
- Stringserialize() - -
-          Serialisierert dieses Calenderteil.
- - - - - - - -
Methods inherited from class de.dhbw.horb.calendar.ics.AbstractICSType
escapeText
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-dtstamp

-
-public Calendar dtstamp
-
-
-
-
-
- -

-dtstart

-
-public Calendar dtstart
-
-
-
-
-
- -

-dtend

-
-public Calendar dtend
-
-
-
-
-
- -

-status

-
-public String status
-
-
-
-
-
- -

-summary

-
-public String summary
-
-
-
-
-
- -

-description

-
-public String description
-
-
-
-
-
- -

-location

-
-public String location
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-VEvent

-
-public VEvent()
-
-
- - - - - - - - -
-Method Detail
- -

-serialize

-
-public String serialize()
-
-
Serialisierert dieses Calenderteil. Dem Ergebnis Fehlt noch der vCalendar - Header und Footer
-
- See RFC section 3.6.1 for VEVENT Specification -

-

-
Specified by:
serialize in class AbstractICSType
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/ics/VEventComponent.Builder.html b/apidocs/de/dhbw/horb/calendar/ics/VEventComponent.Builder.html new file mode 100644 index 0000000..d373fe5 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/VEventComponent.Builder.html @@ -0,0 +1,389 @@ + + + + + + + +VEventComponent.Builder (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class VEventComponent.Builder

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.VEventComponent.Builder
+
+
+
Enclosing class:
VEventComponent
+
+
+
+
public static class VEventComponent.Builder
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
VEventComponent.Builder() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ VEventComponentbuild() + +
+           
+ VEventComponent.Builderdescription(String description) + +
+           
+ VEventComponent.Builderdtend(Calendar cend) + +
+           
+ VEventComponent.Builderdtstamp(Calendar cstart) + +
+           
+ VEventComponent.Builderdtstart(Calendar cstart) + +
+           
+ VEventComponent.Builderlocation(String location) + +
+           
+ VEventComponent.Builderstatus(String status) + +
+           
+ VEventComponent.Buildersummary(String summary) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VEventComponent.Builder

+
+public VEventComponent.Builder()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dtstamp

+
+public VEventComponent.Builder dtstamp(Calendar cstart)
+
+
+
+
+
+
+ +

+dtstart

+
+public VEventComponent.Builder dtstart(Calendar cstart)
+
+
+
+
+
+
+ +

+dtend

+
+public VEventComponent.Builder dtend(Calendar cend)
+
+
+
+
+
+
+ +

+summary

+
+public VEventComponent.Builder summary(String summary)
+
+
+
+
+
+
+ +

+description

+
+public VEventComponent.Builder description(String description)
+
+
+
+
+
+
+ +

+location

+
+public VEventComponent.Builder location(String location)
+
+
+
+
+
+
+ +

+build

+
+public VEventComponent build()
+
+
+
+
+
+
+ +

+status

+
+public VEventComponent.Builder status(String status)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/VEventComponent.html b/apidocs/de/dhbw/horb/calendar/ics/VEventComponent.html new file mode 100644 index 0000000..c5915a4 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/VEventComponent.html @@ -0,0 +1,441 @@ + + + + + + + +VEventComponent (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class VEventComponent

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.AbstractICSType
+      extended by de.dhbw.horb.calendar.ics.VEventComponent
+
+
+
+
public class VEventComponent
extends AbstractICSType
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classVEventComponent.Builder + +
+           
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringdescription + +
+           
+ Calendardtend + +
+           
+ Calendardtstamp + +
+           
+ Calendardtstart + +
+           
+ Stringlocation + +
+           
+ Stringstatus + +
+           
+ Stringsummary + +
+           
+ + + + + + + +
Fields inherited from class de.dhbw.horb.calendar.ics.AbstractICSType
dateTimeFormat
+  + + + + + + + + + + +
+Constructor Summary
VEventComponent() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Stringserialize() + +
+          Serialisierert dieses Calenderteil.
+ + + + + + + +
Methods inherited from class de.dhbw.horb.calendar.ics.AbstractICSType
escapeText
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+dtstamp

+
+public Calendar dtstamp
+
+
+
+
+
+ +

+dtstart

+
+public Calendar dtstart
+
+
+
+
+
+ +

+dtend

+
+public Calendar dtend
+
+
+
+
+
+ +

+status

+
+public String status
+
+
+
+
+
+ +

+summary

+
+public String summary
+
+
+
+
+
+ +

+description

+
+public String description
+
+
+
+
+
+ +

+location

+
+public String location
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+VEventComponent

+
+public VEventComponent()
+
+
+ + + + + + + + +
+Method Detail
+ +

+serialize

+
+public String serialize()
+
+
Serialisierert dieses Calenderteil. Dem Ergebnis Fehlt noch der vCalendar + Header und Footer
+
+ See RFC section 3.6.1 for VEVENT Specification +

+

+
Specified by:
serialize in class AbstractICSType
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html index a10e089..b2d9d9f 100644 --- a/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.ics.AbstractICSType (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.ics -   +Classes to produce iCalendar formatted data    @@ -114,7 +114,7 @@ Uses of  class -VEvent +VEventComponent
            @@ -130,7 +130,7 @@ Uses of  void -VCalendar.add(AbstractICSType ics) +ICalendarObject.add(AbstractICSType ics)
            diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/ICalendarObject.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/ICalendarObject.html new file mode 100644 index 0000000..5838330 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/ICalendarObject.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.ICalendarObject (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.ICalendarObject

+
+No usage of de.dhbw.horb.calendar.ics.ICalendarObject +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html deleted file mode 100644 index 7d01001..0000000 --- a/apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Class de.dhbw.horb.calendar.ics.VCalendar (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
de.dhbw.horb.calendar.ics.VCalendar

-
-No usage of de.dhbw.horb.calendar.ics.VCalendar -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html deleted file mode 100644 index 3e33877..0000000 --- a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - -Uses of Class de.dhbw.horb.calendar.ics.VEvent.Builder (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
de.dhbw.horb.calendar.ics.VEvent.Builder

-
- - - - - - - - - -
-Packages that use VEvent.Builder
de.dhbw.horb.calendar.ics  
-  -

- - - - - -
-Uses of VEvent.Builder in de.dhbw.horb.calendar.ics
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in de.dhbw.horb.calendar.ics that return VEvent.Builder
- VEvent.BuilderVEvent.Builder.description(String description) - -
-           
- VEvent.BuilderVEvent.Builder.dtend(Calendar cend) - -
-           
- VEvent.BuilderVEvent.Builder.dtstamp(Calendar cstart) - -
-           
- VEvent.BuilderVEvent.Builder.dtstart(Calendar cstart) - -
-           
- VEvent.BuilderVEvent.Builder.location(String location) - -
-           
- VEvent.BuilderVEvent.Builder.status(String status) - -
-           
- VEvent.BuilderVEvent.Builder.summary(String summary) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html deleted file mode 100644 index 66f8611..0000000 --- a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - -Uses of Class de.dhbw.horb.calendar.ics.VEvent (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
de.dhbw.horb.calendar.ics.VEvent

-
- - - - - - - - - - - - - -
-Packages that use VEvent
de.dhbw.horb.calendar.dualis  
de.dhbw.horb.calendar.ics  
-  -

- - - - - -
-Uses of VEvent in de.dhbw.horb.calendar.dualis
-  -

- - - - - - - - - -
Methods in de.dhbw.horb.calendar.dualis that return types with arguments of type VEvent
- List<VEvent>DualisConnection.getEvents() - -
-           
-  -

- - - - - -
-Uses of VEvent in de.dhbw.horb.calendar.ics
-  -

- - - - - - - - - -
Methods in de.dhbw.horb.calendar.ics that return VEvent
- VEventVEvent.Builder.build() - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.Builder.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.Builder.html new file mode 100644 index 0000000..d106ce3 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.Builder.html @@ -0,0 +1,229 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.VEventComponent.Builder (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.VEventComponent.Builder

+
+ + + + + + + + + +
+Packages that use VEventComponent.Builder
de.dhbw.horb.calendar.icsClasses to produce iCalendar formatted data 
+  +

+ + + + + +
+Uses of VEventComponent.Builder in de.dhbw.horb.calendar.ics
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.dhbw.horb.calendar.ics that return VEventComponent.Builder
+ VEventComponent.BuilderVEventComponent.Builder.description(String description) + +
+           
+ VEventComponent.BuilderVEventComponent.Builder.dtend(Calendar cend) + +
+           
+ VEventComponent.BuilderVEventComponent.Builder.dtstamp(Calendar cstart) + +
+           
+ VEventComponent.BuilderVEventComponent.Builder.dtstart(Calendar cstart) + +
+           
+ VEventComponent.BuilderVEventComponent.Builder.location(String location) + +
+           
+ VEventComponent.BuilderVEventComponent.Builder.status(String status) + +
+           
+ VEventComponent.BuilderVEventComponent.Builder.summary(String summary) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.html new file mode 100644 index 0000000..c4db3bf --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEventComponent.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.VEventComponent (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.VEventComponent

+
+ + + + + + + + + + + + + +
+Packages that use VEventComponent
de.dhbw.horb.calendar.dualisThis package contains the Dualis Webscraper Classes based on htmlunit. 
de.dhbw.horb.calendar.icsClasses to produce iCalendar formatted data 
+  +

+ + + + + +
+Uses of VEventComponent in de.dhbw.horb.calendar.dualis
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.dualis that return types with arguments of type VEventComponent
+ List<VEventComponent>DualisConnection.getEvents() + +
+           
+  +

+ + + + + +
+Uses of VEventComponent in de.dhbw.horb.calendar.ics
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.ics that return VEventComponent
+ VEventComponentVEventComponent.Builder.build() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-frame.html b/apidocs/de/dhbw/horb/calendar/ics/package-frame.html index 012c608..9407e80 100644 --- a/apidocs/de/dhbw/horb/calendar/ics/package-frame.html +++ b/apidocs/de/dhbw/horb/calendar/ics/package-frame.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.ics (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -26,11 +26,11 @@ Classes
 
AbstractICSType
-VCalendar +ICalendarObject
-VEvent +VEventComponent
-VEvent.Builder
+VEventComponent.Builder diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-summary.html b/apidocs/de/dhbw/horb/calendar/ics/package-summary.html index 8939fbc..2f305f6 100644 --- a/apidocs/de/dhbw/horb/calendar/ics/package-summary.html +++ b/apidocs/de/dhbw/horb/calendar/ics/package-summary.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.ics (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE FRAMES    NO FRAMES   @@ -83,6 +83,12 @@ function windowTitle()

Package de.dhbw.horb.calendar.ics

+Classes to produce iCalendar formatted data +

+See: +
+          Description +

@@ -91,23 +97,33 @@ Package de.dhbw.horb.calendar.ics - + - - + + - + - +
AbstractICSType icalendar specifies Events, Todo, Journal, Free/Buse, TimeZone, Alarm + Components.
VCalendar ICalendarObjectRepresent an iCalender Object.
VEventVEventComponent  
VEvent.BuilderVEventComponent.Builder  
  +

+

+Package de.dhbw.horb.calendar.ics Description +

+ +

+Classes to produce iCalendar formatted data +

+

@@ -142,7 +158,7 @@ Package de.dhbw.horb.calendar.ics  PREV PACKAGE  - NEXT PACKAGENEXT PACKAGE
FRAMES    NO FRAMES   diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-tree.html b/apidocs/de/dhbw/horb/calendar/ics/package-tree.html index a84809b..b64a4bf 100644 --- a/apidocs/de/dhbw/horb/calendar/ics/package-tree.html +++ b/apidocs/de/dhbw/horb/calendar/ics/package-tree.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.ics Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV  - NEXTNEXT FRAMES    NO FRAMES   @@ -94,8 +94,8 @@ Class Hierarchy +
  • de.dhbw.horb.calendar.ics.ICalendarObject
  • de.dhbw.horb.calendar.ics.VEventComponent.Builder
    @@ -128,7 +128,7 @@ Class Hierarchy  PREV  - NEXTNEXT
    FRAMES    NO FRAMES   diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-use.html b/apidocs/de/dhbw/horb/calendar/ics/package-use.html index 61adbcc..07ca9ba 100644 --- a/apidocs/de/dhbw/horb/calendar/ics/package-use.html +++ b/apidocs/de/dhbw/horb/calendar/ics/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package de.dhbw.horb.calendar.ics (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,11 +92,11 @@ Packages that use de.dhbw.horb.calendar.dualis -   +This package contains the Dualis Webscraper Classes based on htmlunit.  de.dhbw.horb.calendar.ics -   +Classes to produce iCalendar formatted data    @@ -108,7 +108,7 @@ Packages that use de.dhbw.horb.calendar.ics used by de.dhbw.horb.calendar.dualis -VEvent +VEventComponent
                @@ -126,16 +126,17 @@ Classes in AbstractICSType
    -            +          icalendar specifies Events, Todo, Journal, Free/Buse, TimeZone, Alarm + Components. -VEvent +VEventComponent
                -VEvent.Builder +VEventComponent.Builder
                diff --git a/apidocs/de/dhbw/horb/calendar/package-frame.html b/apidocs/de/dhbw/horb/calendar/package-frame.html deleted file mode 100644 index f107813..0000000 --- a/apidocs/de/dhbw/horb/calendar/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -de.dhbw.horb.calendar (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - -de.dhbw.horb.calendar - - - - -
    -Classes  - -
    -ICSServlet
    - - - - diff --git a/apidocs/de/dhbw/horb/calendar/package-summary.html b/apidocs/de/dhbw/horb/calendar/package-summary.html deleted file mode 100644 index 87a4e73..0000000 --- a/apidocs/de/dhbw/horb/calendar/package-summary.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - -de.dhbw.horb.calendar (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package de.dhbw.horb.calendar -

    - - - - - - - - - -
    -Class Summary
    ICSServlet 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/package-tree.html b/apidocs/de/dhbw/horb/calendar/package-tree.html deleted file mode 100644 index 43055d8..0000000 --- a/apidocs/de/dhbw/horb/calendar/package-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - -de.dhbw.horb.calendar Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package de.dhbw.horb.calendar -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/package-use.html b/apidocs/de/dhbw/horb/calendar/package-use.html deleted file mode 100644 index 8698bcf..0000000 --- a/apidocs/de/dhbw/horb/calendar/package-use.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - -Uses of Package de.dhbw.horb.calendar (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    de.dhbw.horb.calendar

    -
    -No usage of de.dhbw.horb.calendar -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/servlet/AuthenticatedServlet.html b/apidocs/de/dhbw/horb/calendar/servlet/AuthenticatedServlet.html new file mode 100644 index 0000000..4fa6591 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/AuthenticatedServlet.html @@ -0,0 +1,359 @@ + + + + + + + +AuthenticatedServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +de.dhbw.horb.calendar.servlet +
    +Class AuthenticatedServlet

    +
    +java.lang.Object
    +  extended by javax.servlet.GenericServlet
    +      extended by javax.servlet.http.HttpServlet
    +          extended by de.dhbw.horb.calendar.servlet.AuthenticatedServlet
    +
    +
    +
    All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    Direct Known Subclasses:
    ICSServlet
    +
    +
    +
    +
    public abstract class AuthenticatedServlet
    extends javax.servlet.http.HttpServlet
    + + +

    +

    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    AuthenticatedServlet() + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) + +
    +           
    +protected abstract  voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + String username, + String password) + +
    +           
    + StringgetLoginRealm() + +
    +           
    + voidsetLoginRealm(String loginRealm) + +
    +           
    + + + + + + + +
    Methods inherited from class javax.servlet.http.HttpServlet
    doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
    + + + + + + + +
    Methods inherited from class javax.servlet.GenericServlet
    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AuthenticatedServlet

    +
    +public AuthenticatedServlet()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setLoginRealm

    +
    +public void setLoginRealm(String loginRealm)
    +
    +
    +
    +
    +
    +
    + +

    +getLoginRealm

    +
    +public String getLoginRealm()
    +
    +
    +
    +
    +
    +
    + +

    +doGet

    +
    +protected void doGet(javax.servlet.http.HttpServletRequest request,
    +                     javax.servlet.http.HttpServletResponse response)
    +              throws javax.servlet.ServletException,
    +                     IOException
    +
    +
    +
    Overrides:
    doGet in class javax.servlet.http.HttpServlet
    +
    +
    + +
    Throws: +
    javax.servlet.ServletException +
    IOException
    +
    +
    +
    + +

    +doGet

    +
    +protected abstract void doGet(javax.servlet.http.HttpServletRequest request,
    +                              javax.servlet.http.HttpServletResponse response,
    +                              String username,
    +                              String password)
    +                       throws javax.servlet.ServletException,
    +                              IOException
    +
    +
    + +
    Throws: +
    javax.servlet.ServletException +
    IOException
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/ICSServlet.html b/apidocs/de/dhbw/horb/calendar/servlet/ICSServlet.html new file mode 100644 index 0000000..8b6eb0b --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/ICSServlet.html @@ -0,0 +1,305 @@ + + + + + + + +ICSServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +de.dhbw.horb.calendar.servlet +
    +Class ICSServlet

    +
    +java.lang.Object
    +  extended by javax.servlet.GenericServlet
    +      extended by javax.servlet.http.HttpServlet
    +          extended by de.dhbw.horb.calendar.servlet.AuthenticatedServlet
    +              extended by de.dhbw.horb.calendar.servlet.ICSServlet
    +
    +
    +
    All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    +
    +
    +
    +
    public class ICSServlet
    extends AuthenticatedServlet
    + + +

    +Das ICS-Servlet ist ein HTTP-Servlet das von der Kalenderapplikation + aufgerufen wird um die iCalendar Daten zu bekommen. +

    + +

    +

    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ICSServlet() + +
    +           
    +  + + + + + + + + + + + +
    +Method Summary
    +protected  voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + String username, + String password) + +
    +           
    + + + + + + + +
    Methods inherited from class de.dhbw.horb.calendar.servlet.AuthenticatedServlet
    doGet, getLoginRealm, setLoginRealm
    + + + + + + + +
    Methods inherited from class javax.servlet.http.HttpServlet
    doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
    + + + + + + + +
    Methods inherited from class javax.servlet.GenericServlet
    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ICSServlet

    +
    +public ICSServlet()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +doGet

    +
    +protected void doGet(javax.servlet.http.HttpServletRequest request,
    +                     javax.servlet.http.HttpServletResponse response,
    +                     String username,
    +                     String password)
    +              throws IOException
    +
    +
    +
    Specified by:
    doGet in class AuthenticatedServlet
    +
    +
    + +
    Throws: +
    IOException
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/class-use/AuthenticatedServlet.html b/apidocs/de/dhbw/horb/calendar/servlet/class-use/AuthenticatedServlet.html new file mode 100644 index 0000000..e81bdb7 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/class-use/AuthenticatedServlet.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.servlet.AuthenticatedServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    de.dhbw.horb.calendar.servlet.AuthenticatedServlet

    +
    + + + + + + + + + +
    +Packages that use AuthenticatedServlet
    de.dhbw.horb.calendar.servletHTTP-Servlet to serve /ics 
    +  +

    + + + + + +
    +Uses of AuthenticatedServlet in de.dhbw.horb.calendar.servlet
    +  +

    + + + + + + + + + +
    Subclasses of AuthenticatedServlet in de.dhbw.horb.calendar.servlet
    + classICSServlet + +
    +          Das ICS-Servlet ist ein HTTP-Servlet das von der Kalenderapplikation + aufgerufen wird um die iCalendar Daten zu bekommen.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/class-use/ICSServlet.html b/apidocs/de/dhbw/horb/calendar/servlet/class-use/ICSServlet.html new file mode 100644 index 0000000..95612c7 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/class-use/ICSServlet.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.servlet.ICSServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    de.dhbw.horb.calendar.servlet.ICSServlet

    +
    +No usage of de.dhbw.horb.calendar.servlet.ICSServlet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/package-frame.html b/apidocs/de/dhbw/horb/calendar/servlet/package-frame.html new file mode 100644 index 0000000..ab26b43 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.dhbw.horb.calendar.servlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +de.dhbw.horb.calendar.servlet + + + + +
    +Classes  + +
    +AuthenticatedServlet +
    +ICSServlet
    + + + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/package-summary.html b/apidocs/de/dhbw/horb/calendar/servlet/package-summary.html new file mode 100644 index 0000000..6f03709 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/package-summary.html @@ -0,0 +1,178 @@ + + + + + + + +de.dhbw.horb.calendar.servlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package de.dhbw.horb.calendar.servlet +

    +HTTP-Servlet to serve /ics +

    +See: +
    +          Description +

    + + + + + + + + + + + + + +
    +Class Summary
    AuthenticatedServlet 
    ICSServletDas ICS-Servlet ist ein HTTP-Servlet das von der Kalenderapplikation + aufgerufen wird um die iCalendar Daten zu bekommen.
    +  + +

    +

    +Package de.dhbw.horb.calendar.servlet Description +

    + +

    +HTTP-Servlet to serve /ics +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/package-tree.html b/apidocs/de/dhbw/horb/calendar/servlet/package-tree.html new file mode 100644 index 0000000..d27e7cf --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +de.dhbw.horb.calendar.servlet Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package de.dhbw.horb.calendar.servlet +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • java.lang.Object
        +
      • javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig) + +
      +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/servlet/package-use.html b/apidocs/de/dhbw/horb/calendar/servlet/package-use.html new file mode 100644 index 0000000..31d029d --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/servlet/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.dhbw.horb.calendar.servlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    de.dhbw.horb.calendar.servlet

    +
    + + + + + + + + + +
    +Packages that use de.dhbw.horb.calendar.servlet
    de.dhbw.horb.calendar.servletHTTP-Servlet to serve /ics 
    +  +

    + + + + + + + + +
    +Classes in de.dhbw.horb.calendar.servlet used by de.dhbw.horb.calendar.servlet
    AuthenticatedServlet + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html index e88e9e8..35acf7e 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html +++ b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html @@ -2,13 +2,13 @@ - + MyApplication.MyMainWindow (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html index 55953f2..6e110d9 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html +++ b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html @@ -2,13 +2,13 @@ - + MyApplication (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html b/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html index a375330..972e6d4 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html +++ b/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html @@ -2,13 +2,13 @@ - + StundenplanComponent (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html index a9ccca8..6b4257d 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html +++ b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.ui -   +vaadin based Webinterface.    diff --git a/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html index c47a2d7..cba32b5 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html +++ b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.ui.MyApplication (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html b/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html index 1bae4c6..ab292e9 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html +++ b/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html @@ -2,13 +2,13 @@ - + Uses of Class de.dhbw.horb.calendar.ui.StundenplanComponent (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-frame.html b/apidocs/de/dhbw/horb/calendar/ui/package-frame.html index 54ce592..512fd37 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/package-frame.html +++ b/apidocs/de/dhbw/horb/calendar/ui/package-frame.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.ui (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-summary.html b/apidocs/de/dhbw/horb/calendar/ui/package-summary.html index 28be68d..11874e3 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/package-summary.html +++ b/apidocs/de/dhbw/horb/calendar/ui/package-summary.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.ui (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -56,8 +56,8 @@ function windowTitle() PREV PACKAGE  - NEXT PACKAGEPREV PACKAGE  + NEXT PACKAGE FRAMES    NO FRAMES   @@ -83,6 +83,12 @@ function windowTitle()

    Package de.dhbw.horb.calendar.ui

    +vaadin based Webinterface. +

    +See: +
    +          Description +

    @@ -104,6 +110,15 @@ Package de.dhbw.horb.calendar.ui
      +

    +

    +Package de.dhbw.horb.calendar.ui Description +

    + +

    +vaadin based Webinterface. +

    +

    @@ -137,8 +152,8 @@ Package de.dhbw.horb.calendar.ui PREV PACKAGE  - NEXT PACKAGEPREV PACKAGE  + NEXT PACKAGE
    FRAMES    NO FRAMES   diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-tree.html b/apidocs/de/dhbw/horb/calendar/ui/package-tree.html index 6d011d5..e81a65b 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/package-tree.html +++ b/apidocs/de/dhbw/horb/calendar/ui/package-tree.html @@ -2,13 +2,13 @@ - + de.dhbw.horb.calendar.ui Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -56,8 +56,8 @@ function windowTitle() PREV  - NEXTPREV  + NEXT FRAMES    NO FRAMES   @@ -150,8 +150,8 @@ Class Hierarchy PREV  - NEXTPREV  + NEXT FRAMES    NO FRAMES   diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-use.html b/apidocs/de/dhbw/horb/calendar/ui/package-use.html index de7970a..33cffd6 100644 --- a/apidocs/de/dhbw/horb/calendar/ui/package-use.html +++ b/apidocs/de/dhbw/horb/calendar/ui/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package de.dhbw.horb.calendar.ui (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,7 +92,7 @@ Packages that use de.dhbw.horb.calendar.ui -   +vaadin based Webinterface.    diff --git a/apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html b/apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html deleted file mode 100644 index e554c28..0000000 --- a/apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - -AuthenticatedServlet (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -de.dhbw.horb.calendar.util -
    -Class AuthenticatedServlet

    -
    -java.lang.Object
    -  extended by javax.servlet.GenericServlet
    -      extended by javax.servlet.http.HttpServlet
    -          extended by de.dhbw.horb.calendar.util.AuthenticatedServlet
    -
    -
    -
    All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    -
    -
    -
    Direct Known Subclasses:
    ICSServlet
    -
    -
    -
    -
    public abstract class AuthenticatedServlet
    extends javax.servlet.http.HttpServlet
    - - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    AuthenticatedServlet() - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  voiddoGet(javax.servlet.http.HttpServletRequest request, - javax.servlet.http.HttpServletResponse response) - -
    -           
    -protected abstract  voiddoGet(javax.servlet.http.HttpServletRequest request, - javax.servlet.http.HttpServletResponse response, - String username, - String password) - -
    -           
    - StringgetLoginRealm() - -
    -           
    - voidsetLoginRealm(String loginRealm) - -
    -           
    - - - - - - - -
    Methods inherited from class javax.servlet.http.HttpServlet
    doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
    - - - - - - - -
    Methods inherited from class javax.servlet.GenericServlet
    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AuthenticatedServlet

    -
    -public AuthenticatedServlet()
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setLoginRealm

    -
    -public void setLoginRealm(String loginRealm)
    -
    -
    -
    -
    -
    -
    - -

    -getLoginRealm

    -
    -public String getLoginRealm()
    -
    -
    -
    -
    -
    -
    - -

    -doGet

    -
    -protected void doGet(javax.servlet.http.HttpServletRequest request,
    -                     javax.servlet.http.HttpServletResponse response)
    -              throws javax.servlet.ServletException,
    -                     IOException
    -
    -
    -
    Overrides:
    doGet in class javax.servlet.http.HttpServlet
    -
    -
    - -
    Throws: -
    javax.servlet.ServletException -
    IOException
    -
    -
    -
    - -

    -doGet

    -
    -protected abstract void doGet(javax.servlet.http.HttpServletRequest request,
    -                              javax.servlet.http.HttpServletResponse response,
    -                              String username,
    -                              String password)
    -                       throws javax.servlet.ServletException,
    -                              IOException
    -
    -
    - -
    Throws: -
    javax.servlet.ServletException -
    IOException
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html b/apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html deleted file mode 100644 index 7e3e77a..0000000 --- a/apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - -Uses of Class de.dhbw.horb.calendar.util.AuthenticatedServlet (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    de.dhbw.horb.calendar.util.AuthenticatedServlet

    -
    - - - - - - - - - -
    -Packages that use AuthenticatedServlet
    de.dhbw.horb.calendar  
    -  -

    - - - - - -
    -Uses of AuthenticatedServlet in de.dhbw.horb.calendar
    -  -

    - - - - - - - - - -
    Subclasses of AuthenticatedServlet in de.dhbw.horb.calendar
    - classICSServlet - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/util/package-frame.html b/apidocs/de/dhbw/horb/calendar/util/package-frame.html deleted file mode 100644 index d7da5c0..0000000 --- a/apidocs/de/dhbw/horb/calendar/util/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -de.dhbw.horb.calendar.util (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - -de.dhbw.horb.calendar.util - - - - -
    -Classes  - -
    -AuthenticatedServlet
    - - - - diff --git a/apidocs/de/dhbw/horb/calendar/util/package-summary.html b/apidocs/de/dhbw/horb/calendar/util/package-summary.html deleted file mode 100644 index 04a50c8..0000000 --- a/apidocs/de/dhbw/horb/calendar/util/package-summary.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - -de.dhbw.horb.calendar.util (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package de.dhbw.horb.calendar.util -

    - - - - - - - - - -
    -Class Summary
    AuthenticatedServlet 
    -  - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/util/package-tree.html b/apidocs/de/dhbw/horb/calendar/util/package-tree.html deleted file mode 100644 index ded097e..0000000 --- a/apidocs/de/dhbw/horb/calendar/util/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - -de.dhbw.horb.calendar.util Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package de.dhbw.horb.calendar.util -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig) - -
      -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/de/dhbw/horb/calendar/util/package-use.html b/apidocs/de/dhbw/horb/calendar/util/package-use.html deleted file mode 100644 index 2f5fda3..0000000 --- a/apidocs/de/dhbw/horb/calendar/util/package-use.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - -Uses of Package de.dhbw.horb.calendar.util (DHBW Calendar 1.0-SNAPSHOT API) - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    de.dhbw.horb.calendar.util

    -
    - - - - - - - - - -
    -Packages that use de.dhbw.horb.calendar.util
    de.dhbw.horb.calendar  
    -  -

    - - - - - - - - -
    -Classes in de.dhbw.horb.calendar.util used by de.dhbw.horb.calendar
    AuthenticatedServlet - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2011. All Rights Reserved. - - diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 3d0894a..f2f4c7f 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index b6db022..d0cb7cc 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (DHBW Calendar 1.0-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 9e4a57b..8558562 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -83,22 +83,23 @@ function windowTitle()

    A

    -
    AbstractICSType - Class in de.dhbw.horb.calendar.ics
     
    AbstractICSType() - +
    AbstractICSType - Class in de.dhbw.horb.calendar.ics
    icalendar specifies Events, Todo, Journal, Free/Buse, TimeZone, Alarm + Components.
    AbstractICSType() - Constructor for class de.dhbw.horb.calendar.ics.AbstractICSType
      -
    add(AbstractICSType) - -Method in class de.dhbw.horb.calendar.ics.VCalendar +
    add(AbstractICSType) - +Method in class de.dhbw.horb.calendar.ics.ICalendarObject
      -
    AuthenticatedServlet - Class in de.dhbw.horb.calendar.util
     
    AuthenticatedServlet() - -Constructor for class de.dhbw.horb.calendar.util.AuthenticatedServlet +
    AuthenticatedServlet - Class in de.dhbw.horb.calendar.servlet
     
    AuthenticatedServlet() - +Constructor for class de.dhbw.horb.calendar.servlet.AuthenticatedServlet
     

    B

    -
    build() - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    build() - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
     

    @@ -108,44 +109,45 @@ Method in class de.dhbw.horb.calendar.ics.dateTimeFormat - Static variable in class de.dhbw.horb.calendar.ics.AbstractICSType
    RFC says: + FORM #2: DATE WITH UTC TIME The date with UTC time, or absolute time, is identified by a LATIN CAPITAL LETTER Z suffix character, the UTC designator, appended to the time value. -
    de.dhbw.horb.calendar - package de.dhbw.horb.calendar
     
    de.dhbw.horb.calendar.dualis - package de.dhbw.horb.calendar.dualis
     
    de.dhbw.horb.calendar.ics - package de.dhbw.horb.calendar.ics
     
    de.dhbw.horb.calendar.ui - package de.dhbw.horb.calendar.ui
     
    de.dhbw.horb.calendar.util - package de.dhbw.horb.calendar.util
     
    description(String) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    de.dhbw.horb.calendar.dualis - package de.dhbw.horb.calendar.dualis
    This package contains the Dualis Webscraper Classes based on htmlunit.
    de.dhbw.horb.calendar.ics - package de.dhbw.horb.calendar.ics
    Classes to produce iCalendar formatted data
    de.dhbw.horb.calendar.servlet - package de.dhbw.horb.calendar.servlet
    HTTP-Servlet to serve /ics
    de.dhbw.horb.calendar.ui - package de.dhbw.horb.calendar.ui
    vaadin based Webinterface.
    description(String) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    description - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    description - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
      -
    doGet(HttpServletRequest, HttpServletResponse, String, String) - -Method in class de.dhbw.horb.calendar.ICSServlet +
    doGet(HttpServletRequest, HttpServletResponse) - +Method in class de.dhbw.horb.calendar.servlet.AuthenticatedServlet
      -
    doGet(HttpServletRequest, HttpServletResponse) - -Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
    doGet(HttpServletRequest, HttpServletResponse, String, String) - +Method in class de.dhbw.horb.calendar.servlet.AuthenticatedServlet
      -
    doGet(HttpServletRequest, HttpServletResponse, String, String) - -Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
    doGet(HttpServletRequest, HttpServletResponse, String, String) - +Method in class de.dhbw.horb.calendar.servlet.ICSServlet
      -
    dtend(Calendar) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    dtend(Calendar) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    dtend - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    dtend - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
      -
    dtstamp(Calendar) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    dtstamp(Calendar) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    dtstamp - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    dtstamp - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
      -
    dtstart(Calendar) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    dtstart(Calendar) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    dtstart - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    dtstart - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
     
    DUALIS_URL - Static variable in class de.dhbw.horb.calendar.dualis.DualisConnection @@ -184,8 +186,8 @@ Static method in class de.dhbw.horb.calendar.ics.getEvents() - Method in class de.dhbw.horb.calendar.dualis.DualisConnection
      -
    getLoginRealm() - -Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
    getLoginRealm() - +Method in class de.dhbw.horb.calendar.servlet.AuthenticatedServlet
     
    getPassword() - Method in class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow @@ -198,8 +200,12 @@ Method in class de.dhbw.horb.calendar.ui.

    I

    -
    ICSServlet - Class in de.dhbw.horb.calendar
     
    ICSServlet() - -Constructor for class de.dhbw.horb.calendar.ICSServlet +
    ICalendarObject - Class in de.dhbw.horb.calendar.ics
    Represent an iCalender Object.
    ICalendarObject(String) - +Constructor for class de.dhbw.horb.calendar.ics.ICalendarObject +
      +
    ICSServlet - Class in de.dhbw.horb.calendar.servlet
    Das ICS-Servlet ist ein HTTP-Servlet das von der Kalenderapplikation + aufgerufen wird um die iCalendar Daten zu bekommen.
    ICSServlet() - +Constructor for class de.dhbw.horb.calendar.servlet.ICSServlet
     
    init() - Method in class de.dhbw.horb.calendar.ui.MyApplication @@ -209,11 +215,11 @@ Method in class de.dhbw.horb.calendar.ui.

    L

    -
    location(String) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    location(String) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    location - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    location - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
     
    login(String, String) - Method in class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow @@ -240,43 +246,40 @@ Constructor for class de.dhbw.horb.calendar.ui.serialize() - Method in class de.dhbw.horb.calendar.ics.AbstractICSType
    Serialisierert dieses Calenderteil. -
    serialize() - -Method in class de.dhbw.horb.calendar.ics.VCalendar +
    serialize() - +Method in class de.dhbw.horb.calendar.ics.ICalendarObject
      -
    serialize() - -Method in class de.dhbw.horb.calendar.ics.VEvent +
    serialize() - +Method in class de.dhbw.horb.calendar.ics.VEventComponent
    Serialisierert dieses Calenderteil. -
    setLoginRealm(String) - -Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
    setLoginRealm(String) - +Method in class de.dhbw.horb.calendar.servlet.AuthenticatedServlet
      -
    status(String) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    status(String) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    status - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    status - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
     
    StundenplanComponent - Class in de.dhbw.horb.calendar.ui
     
    StundenplanComponent(MyApplication.MyMainWindow) - Constructor for class de.dhbw.horb.calendar.ui.StundenplanComponent
      -
    summary(String) - -Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
    summary(String) - +Method in class de.dhbw.horb.calendar.ics.VEventComponent.Builder
      -
    summary - -Variable in class de.dhbw.horb.calendar.ics.VEvent +
    summary - +Variable in class de.dhbw.horb.calendar.ics.VEventComponent
     

    V

    -
    VCalendar - Class in de.dhbw.horb.calendar.ics
     
    VCalendar(String) - -Constructor for class de.dhbw.horb.calendar.ics.VCalendar -
      -
    VEvent - Class in de.dhbw.horb.calendar.ics
     
    VEvent() - -Constructor for class de.dhbw.horb.calendar.ics.VEvent +
    VEventComponent - Class in de.dhbw.horb.calendar.ics
     
    VEventComponent() - +Constructor for class de.dhbw.horb.calendar.ics.VEventComponent
      -
    VEvent.Builder - Class in de.dhbw.horb.calendar.ics
     
    VEvent.Builder() - -Constructor for class de.dhbw.horb.calendar.ics.VEvent.Builder +
    VEventComponent.Builder - Class in de.dhbw.horb.calendar.ics
     
    VEventComponent.Builder() - +Constructor for class de.dhbw.horb.calendar.ics.VEventComponent.Builder
     

    diff --git a/apidocs/index.html b/apidocs/index.html index c8bc801..e3a22d0 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + DHBW Calendar 1.0-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index c3ebe38..f09bf93 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Wed Mar 23 11:04:26 CET 2011 --> +<!-- Generated by javadoc (build 1.6.0_22) on Thu Mar 24 22:18:29 CET 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -31,15 +31,13 @@ Overview List (DHBW Calendar 1.0-SNAPSHOT API) Packages
    -de.dhbw.horb.calendar -
    de.dhbw.horb.calendar.dualis
    de.dhbw.horb.calendar.ics
    -de.dhbw.horb.calendar.ui +de.dhbw.horb.calendar.servlet
    -de.dhbw.horb.calendar.util +de.dhbw.horb.calendar.ui
    diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 953fb05..a00f80d 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -92,24 +92,20 @@ DHBW Calendar 1.0-SNAPSHOT API Packages
    -de.dhbw.horb.calendar -  - - de.dhbw.horb.calendar.dualis -  +This package contains the Dualis Webscraper Classes based on htmlunit. de.dhbw.horb.calendar.ics -  +Classes to produce iCalendar formatted data -de.dhbw.horb.calendar.ui -  +de.dhbw.horb.calendar.servlet +HTTP-Servlet to serve /ics -de.dhbw.horb.calendar.util -  +de.dhbw.horb.calendar.ui +vaadin based Webinterface. diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index f999eda..3e6bd4a 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -85,7 +85,7 @@ function windowTitle() Hierarchy For All Packages
    -
    Package Hierarchies:
    de.dhbw.horb.calendar, de.dhbw.horb.calendar.dualis, de.dhbw.horb.calendar.ics, de.dhbw.horb.calendar.ui, de.dhbw.horb.calendar.util
    +
    Package Hierarchies:
    de.dhbw.horb.calendar.dualis, de.dhbw.horb.calendar.ics, de.dhbw.horb.calendar.servlet, de.dhbw.horb.calendar.ui

    Class Hierarchy @@ -115,7 +115,7 @@ Class Hierarchy
  • de.dhbw.horb.calendar.ics.AbstractICSType
      -
    • de.dhbw.horb.calendar.ics.VEvent
    +
  • de.dhbw.horb.calendar.ics.VEventComponent
  • com.vaadin.Application (implements java.io.Serializable, com.vaadin.terminal.Terminal.ErrorListener, com.vaadin.terminal.URIHandler) @@ -123,18 +123,18 @@ Class Hierarchy -
  • java.lang.Throwable (implements java.io.Serializable) +
  • de.dhbw.horb.calendar.ics.ICalendarObject
  • java.lang.Throwable (implements java.io.Serializable) -
  • de.dhbw.horb.calendar.ics.VCalendar
  • de.dhbw.horb.calendar.ics.VEvent.Builder +
  • de.dhbw.horb.calendar.ics.VEventComponent.Builder
    diff --git a/apidocs/package-list b/apidocs/package-list index 02f4e35..482325e 100644 --- a/apidocs/package-list +++ b/apidocs/package-list @@ -1,5 +1,4 @@ -de.dhbw.horb.calendar de.dhbw.horb.calendar.dualis de.dhbw.horb.calendar.ics +de.dhbw.horb.calendar.servlet de.dhbw.horb.calendar.ui -de.dhbw.horb.calendar.util diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 84b5f4b..0e26813 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (DHBW Calendar 1.0-SNAPSHOT API) - + @@ -89,16 +89,16 @@ Serialized Form
  • +Packagede.dhbw.horb.calendar.dualis
    -Package de.dhbw.horb.calendar

    - + +Class de.dhbw.horb.calendar.dualis.DualisException extends Exception implements Serializable
    -Class de.dhbw.horb.calendar.ICSServlet extends AuthenticatedServlet implements Serializable
    @@ -106,21 +106,27 @@ Serialized Form serialVersionUID: 1L

    -


    +

    + - +
    -Package de.dhbw.horb.calendar.dualis +Class de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException extends DualisException implements Serializable

    - +serialVersionUID: 1L + +

    + +

    + +Class de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException extends DualisException implements Serializable
    -Class de.dhbw.horb.calendar.dualis.DualisException extends Exception implements Serializable
    @@ -128,13 +134,21 @@ Serialized Form serialVersionUID: 1L

    +


    + + + + + +
    +Package de.dhbw.horb.calendar.servlet

    - + +Class de.dhbw.horb.calendar.servlet.AuthenticatedServlet extends javax.servlet.http.HttpServlet implements Serializable
    -Class de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException extends DualisException implements Serializable
    @@ -142,13 +156,29 @@ Serialized Form serialVersionUID: 1L

    + + + + + +
    +Serialized Fields
    + +

    +loginRealm

    +
    +String loginRealm
    +
    +
    +
    +

    - + +Class de.dhbw.horb.calendar.servlet.ICSServlet extends AuthenticatedServlet implements Serializable
    -Class de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException extends DualisException implements Serializable
    @@ -322,44 +352,6 @@ myMainWindow

  • -
    - - - - - -
    -Package de.dhbw.horb.calendar.util
    - -

    - - - - - -
    -Class de.dhbw.horb.calendar.util.AuthenticatedServlet extends javax.servlet.http.HttpServlet implements Serializable
    - -

    -serialVersionUID: 1L - -

    - - - - - -
    -Serialized Fields
    - -

    -loginRealm

    -
    -String loginRealm
    -
    -
    -
    -


    -- cgit v1.2.1