| org.tigris.scarab.pipeline.SetLocaleValve
SetLocaleValve | public class SetLocaleValve extends AbstractValve (Code) | | This valve checks for changes in the browser locale preference settings.
Every time the user changes their locale settings, Scarab will update
its internal database to reflect these changes. From then on the user
gets their emails in the new preferred language.
author: Hussayn Dabbous |
Method Summary | |
public void | invoke(RunData data, ValveContext context) |
invoke | public void invoke(RunData data, ValveContext context) throws IOException, TurbineException(Code) | | See Also: org.apache.turbine.Valve.invoke(RunDataValveContext) |
|
|