org.apache.myfaces.extensions.cdi.scripting.impl.language
Class FreeMarkerLanguageBean
java.lang.Object
org.apache.myfaces.extensions.cdi.scripting.impl.language.AbstractLanguageBean
org.apache.myfaces.extensions.cdi.scripting.impl.language.FreeMarkerLanguageBean
- All Implemented Interfaces:
- Language, LanguageBean
@Singleton
public class FreeMarkerLanguageBean
- extends AbstractLanguageBean
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeMarkerLanguageBean
protected FreeMarkerLanguageBean()
getId
public Class<? extends Language> getId()
- Type-safe id which should be used to identify the language
- Returns:
- id of the language
getAlternativeNames
public String[] getAlternativeNames()
- TODO
Names which can be used for the
LanguageManager
- Returns:
- possible names for the the current language
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.