cal
Class Entries

java.lang.Object
  extended by cal.Entries

public class Entries
extends Object


Field Summary
static int rows
           
 
Constructor Summary
Entries()
           
 
Method Summary
 Entry getEntry(int index)
           
 int getIndex(String tm)
           
 int getRows()
           
 void processRequest(HttpServletRequest request, String tm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows

public static final int rows
See Also:
Constant Field Values
Constructor Detail

Entries

public Entries()
Method Detail

getRows

public int getRows()

getEntry

public Entry getEntry(int index)

getIndex

public int getIndex(String tm)

processRequest

public void processRequest(HttpServletRequest request,
                           String tm)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.