org.apache.myfaces.extensions.cdi.scripting.api.language
Interface Language

All Superinterfaces:
Serializable
All Known Subinterfaces:
FreeMarker, Groovy, Java, JavaScript, Python, Ruby

public interface Language
extends Serializable

Type-safe language key


Method Summary
 String getName()
          Name of the language which will be used for the ScriptEngineManager.getEngineByName(java.lang.String)
 

Method Detail

getName

String getName()
Name of the language which will be used for the ScriptEngineManager.getEngineByName(java.lang.String)

Returns:
name of the script-language


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.