org.apache.myfaces.extensions.cdi.scripting.impl.language
Class JythonLanguageBean

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.scripting.impl.language.AbstractLanguageBean
      extended by org.apache.myfaces.extensions.cdi.scripting.impl.language.JythonLanguageBean
All Implemented Interfaces:
Serializable, Language, LanguageBean

@Singleton
public class JythonLanguageBean
extends AbstractLanguageBean

Type-safe language configuration

See Also:
Serialized Form

Constructor Summary
protected JythonLanguageBean()
           
 
Method Summary
 String[] getAlternativeNames()
          TODO Names which can be used for the LanguageManager
 Class<? extends Language> getId()
          Type-safe id which should be used to identify the language
 
Methods inherited from class org.apache.myfaces.extensions.cdi.scripting.impl.language.AbstractLanguageBean
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JythonLanguageBean

protected JythonLanguageBean()
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.