Package org.forgerock.openig.el
Interface ExpressionPlugin
-
- All Known Implementing Classes:
EnvironmentVariablesPlugin
,SystemPropertiesPlugin
public interface ExpressionPlugin extends Indexed<String>
A plugin that contributes a node to theExpression
context tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getObject()
Returns, and if necessary, creates, the context object.
-
-
-
Method Detail
-
getObject
Object getObject()
Returns, and if necessary, creates, the context object.- Returns:
- The context node object.
-
-