org.omnaest.i18nbinder.internal
Class LocaleFilter
java.lang.Object
org.omnaest.i18nbinder.internal.LocaleFilter
public class LocaleFilter
- extends Object
Locale filter which allows to easily filter locales. As default all locales are accepted.
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
protected Pattern pattern
LocaleFilter
public LocaleFilter()
isLocaleAccepted
public boolean isLocaleAccepted(String locale)
setPattern
public void setPattern(Pattern pattern)
getPattern
public Pattern getPattern()
Copyright © 2012. All Rights Reserved.