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