org.outerj.daisy.frontend
Class LocaleAction
java.lang.Object
org.outerj.daisy.frontend.LocaleAction
public class LocaleAction
- extends java.lang.Object
Action that puts the locale (the java.util.Locale, not a string)
as an attribute called "locale" on the request object.
It determines the locale as follows:
- First look in the session
- Then look for a cookie
- Then take the one specified in the default param.
|
Method Summary |
java.util.Map |
act(Redirector redirector,
SourceResolver sourceResolver,
java.util.Map objectModel,
java.lang.String s,
Parameters parameters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleAction
public LocaleAction()
act
public java.util.Map act(Redirector redirector,
SourceResolver sourceResolver,
java.util.Map objectModel,
java.lang.String s,
Parameters parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © -2006 . All Rights Reserved.