All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class util.Gen

java.lang.Object
   |
   +----util.Gen

public class Gen
extends Object
A genaral utility class


Constructor Index

 o Gen()

Method Index

 o getPaperSubmissionDeadline()
Returns PaperSubmissionDeadline
 o getParticipationDeadline()
Returns ParticipantionDeadline
 o getTargetServlet(String)
Returns the target home servlet for the user

Constructors

 o Gen
 public Gen()

Methods

 o getPaperSubmissionDeadline
 public static Date getPaperSubmissionDeadline()
Returns PaperSubmissionDeadline

 o getParticipationDeadline
 public static Date getParticipationDeadline()
Returns ParticipantionDeadline

 o getTargetServlet
 public static String getTargetServlet(String whoisit)
Returns the target home servlet for the user

Parameters:
whoisit - User-Type

All Packages  Class Hierarchy  This Package  Previous  Next  Index