@Namespace(value="http://jboss.org/schema/seam/international", prefix="org.jboss.seam.international") @AutoCreate
See: Description
| Class | Description |
|---|---|
| Locale |
Manager component for the current locale that is
aware of the selected locale
|
| LocaleConfig |
Configures the JSF locale support from the Seam container.
|
| LocaleSelector |
Selects the current user's locale
|
| Messages |
Factory for a Map that contains interpolated messages defined in the Seam
ResourceBundle.
|
| StatusMessage |
A status message which can be created in the business layer and displayed
in the view layer
|
| StatusMessages |
Abstract base class for providing status messages.
|
| TimeZone |
Manager component for the current user's locale
|
| TimeZones |
Seam component that provides a list of time zones, limited to time zones
with IDs in the form Continent/Place, excluding deprecated three-letter time
zone IDs.
|
| TimeZoneSelector |
Selects the current user's time zone, defaulting
to the server time zone.
|
| TimeZoneWrapper |
A wrapper around a TimeZone that provides a more convenience interface to
access the time zone information in the UI, in particular in the options of
a select menu.
|
| Enum | Description |
|---|---|
| StatusMessage.Severity |
The severity of the status message
|
Copyright © 2015 Seam Framework. All Rights Reserved.