public class ELContext extends Object
| Constructor and Description |
|---|
ELContext(BaseComponent component,
BaseComponent parent,
PageElement element,
Map<String,Object> args)
Create an EL context.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(String name)
Returns a value for the named object.
|
public ELContext(BaseComponent component, BaseComponent parent, PageElement element, Map<String,Object> args)
component - The current component.parent - The component that will become the parent.element - The current page element.args - The argument map passed to the materializer.public Object getValue(String name)
name - The object name.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.