net.fckeditor.localization.impl
Class JstlResolver
java.lang.Object
net.fckeditor.localization.impl.JstlResolver
- All Implemented Interfaces:
- LocaleResolver
public class JstlResolver
- extends Object
- implements LocaleResolver
JSTL implementation of the locale resolver. It resolves the locale against
the user session.
- Version:
- $Id: JstlResolver.java 4785 2009-12-21 20:10:28Z mosipov $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JstlResolver
public JstlResolver()
resolveLocale
public Locale resolveLocale(HttpServletRequest request)
- Description copied from interface:
LocaleResolver
- Returns the locale of a given request.
- Specified by:
resolveLocale
in interface LocaleResolver
- Parameters:
request
- the current request instance
- Returns:
- the locale of the request,
null
if the locale
couldn't be resolved
Copyright © 2004-2010 Frederico Caldeira Knabben. All Rights Reserved.