Package org.forgerock.openig.el.plugins
Class SystemPropertiesPlugin
java.lang.Object
org.forgerock.openig.el.plugins.SystemPropertiesPlugin
- All Implemented Interfaces:
 ExpressionPlugin,Indexed<String>
An ELContext node plugin that provides read-only access to system properties.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SystemPropertiesPlugin
public SystemPropertiesPlugin() 
 - 
 - 
Method Details
- 
getObject
Description copied from interface:ExpressionPluginReturns, and if necessary, creates, the context object.- Specified by:
 getObjectin interfaceExpressionPlugin- Returns:
 - The context node object.
 
 - 
getKey
Description copied from interface:IndexedReturns the unique key to index the object by. 
 -