com.groiss.cal
Class HTMLCal

java.lang.Object
  extended by com.groiss.cal.HTMLCal
All Implemented Interfaces:
Public

public class HTMLCal
extends java.lang.Object
implements Public


Constructor Summary
HTMLCal()
           
 
Method Summary
 Page computeWeekdays(javax.servlet.http.HttpServletRequest req)
          Calculates the number of weekdays between from and to
static Page dayPicked(javax.servlet.http.HttpServletRequest req)
           
 Page setToToday(javax.servlet.http.HttpServletRequest req)
          set field to the current date
static HTMLPage showMonth(HTMLPage p, java.lang.String month, java.lang.String y, java.util.Date picked, java.lang.String showTime)
           
static Page showMonthPicker(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLCal

public HTMLCal()
Method Detail

showMonthPicker

public static Page showMonthPicker(javax.servlet.http.HttpServletRequest req)
                            throws java.lang.Exception
Throws:
java.lang.Exception

showMonth

public static HTMLPage showMonth(HTMLPage p,
                                 java.lang.String month,
                                 java.lang.String y,
                                 java.util.Date picked,
                                 java.lang.String showTime)
                          throws java.lang.Exception
Throws:
java.lang.Exception

dayPicked

public static Page dayPicked(javax.servlet.http.HttpServletRequest req)
                      throws java.lang.Exception
Throws:
java.lang.Exception

computeWeekdays

public Page computeWeekdays(javax.servlet.http.HttpServletRequest req)
                     throws java.lang.Exception
Calculates the number of weekdays between from and to

Throws:
java.lang.Exception

setToToday

public Page setToToday(javax.servlet.http.HttpServletRequest req)
                throws java.lang.Exception
set field to the current date

Throws:
java.lang.Exception


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.