| Package | Description |
|---|---|
| fc.web.servlet |
| Modifier and Type | Field and Description |
|---|---|
ThreadLocalCalendar |
WebApp.default_tlcal |
| Modifier and Type | Method and Description |
|---|---|
ThreadLocalCalendar |
WebApp.getThreadLocalCalendar()
Returns the default ThreadLocalCalendar object (a new ThreadLocalCalendar
is created if it does not exist).
|
ThreadLocalCalendar |
WebApp.getThreadLocalCalendar(String name)
Returns the
ThreadLocalCalendar object corresponding to the
specified name (a new ThreadLocalCalendar is created if it does
not exist). |