| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.support.i18n.locale |
| Modifier and Type | Method | Description |
|---|---|---|
protected LocaleResolver |
CoreActivity.resolveLocale() |
Resolve the current locale.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractLocaleResolver |
Abstract base class for
LocaleResolver implementations. |
class |
FixedLocaleResolver |
LocaleResolver implementation
that always returns a fixed default locale and optionally time zone. |
class |
SessionLocaleResolver |
LocaleResolver implementation that
uses a locale attribute in the user's session in case of a custom setting,
with a fallback to the specified default locale or the request's
accept-header locale. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LocaleChangeInterceptor.handle(Translet translet,
LocaleResolver localeResolver) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.