net.sf.oval.expression
Class ExpressionLanguageRegistry
java.lang.Object
net.sf.oval.expression.ExpressionLanguageRegistry
public class ExpressionLanguageRegistry
- extends Object
- Author:
- Sebastian Thomschke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionLanguageRegistry
public ExpressionLanguageRegistry()
getExpressionLanguage
public ExpressionLanguage getExpressionLanguage(String languageId)
throws IllegalArgumentException,
ExpressionLanguageNotAvailableException
- Parameters:
languageId - the id of the language, cannot be null
- Throws:
IllegalArgumentException - if languageName == null
ExpressionLanguageNotAvailableException
registerExpressionLanguage
public ExpressionLanguage registerExpressionLanguage(String languageId,
ExpressionLanguage impl)
throws IllegalArgumentException
- Parameters:
languageId - the expression language identifierimpl - the expression language implementation
- Throws:
IllegalArgumentException - if languageId == null || expressionLanguage == null
Copyright © 2005–2013 The OVal Development Team. All rights reserved.