Package | Description |
---|---|
org.seedstack.seed.el |
Provides classes for using expression language.
|
Modifier and Type | Method and Description |
---|---|
ELContextBuilder.ELPropertyProvider |
ELContextBuilder.context(javax.el.ELContext elContext)
Sets a custom
ELContext . |
ELContextBuilder.ELPropertyProvider |
ELContextBuilder.defaultContext()
Initializes the context with default context.
|
ELContextBuilder.ELPropertyProvider |
ELContextBuilder.ELPropertyProvider.withFunction(String prefix,
String localName,
Method method)
Adds a function which will be available in the EL.
|
ELContextBuilder.ELPropertyProvider |
ELContextBuilder.ELPropertyProvider.withProperty(String name,
Object object)
Adds property to the EL.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.