Public Member Functions | |
boolean | itsMe (String id) |
boolean | myTurn (HttpServletRequest request) |
void | execute (ServletContext context, HttpServletRequest request, HttpServletResponse response) |
Static Public Member Functions | |
static String | getIdentifier () |
Definition at line 47 of file VendorCalendar.java.
void org.turro.vendor.VendorCalendar.execute | ( | ServletContext | context, |
HttpServletRequest | request, | ||
HttpServletResponse | response | ||
) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 64 of file VendorCalendar.java.
|
static |
Definition at line 49 of file VendorCalendar.java.
boolean org.turro.vendor.VendorCalendar.itsMe | ( | String | id | ) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 54 of file VendorCalendar.java.
boolean org.turro.vendor.VendorCalendar.myTurn | ( | HttpServletRequest | request | ) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 59 of file VendorCalendar.java.