All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Utils.CalUtils

java.lang.Object
   |
   +----Utils.CalUtils

public class CalUtils
extends Object

Constructor Index

 o CalUtils()

Method Index

 o monthNo(Date, Date)
Get the month no, for the date, in the semSchedule
 o monthTable(Calendar)
 o semSchedule(Date, Date)
Get the calendar for the sem
 o toHTML(String[][], Calendar, HttpServletResponse)
This function converts a two dimensional array into HTML table.
 o toHTML(String[][][], HttpServletResponse, Date)
This function converts a three dimensional array of months to Html table

Constructors

 o CalUtils
 public CalUtils()

Methods

 o monthTable
 public static String[][] monthTable(Calendar cal)
 o toHTML
 public static String toHTML(String mtable[][],
                             Calendar cal,
                             HttpServletResponse response)
This function converts a two dimensional array into HTML table.

 o toHTML
 public static String toHTML(String mtable[][][],
                             HttpServletResponse response,
                             Date base_date)
This function converts a three dimensional array of months to Html table

 o monthNo
 public static int monthNo(Date date,
                           Date base_date)
Get the month no, for the date, in the semSchedule

 o semSchedule
 public static String[][][] semSchedule(Date begin_date,
                                        Date end_date)
Get the calendar for the sem


All Packages  Class Hierarchy  This Package  Previous  Next  Index