public interface Variables
| Modifier and Type | Method and Description |
|---|---|
ELType |
getVariable(String name) |
boolean |
isDefined(String name) |
ELType |
setVariable(String name,
ELType type) |
ELType getVariable(String name) throws ParsingException
ParsingExceptionboolean isDefined(String name) throws ParsingException
ParsingExceptionELType setVariable(String name, ELType type) throws ParsingException
ParsingExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.