public interface ELContextBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
ELContextBuilder.ELPropertyProvider
Grammar to add properties and methods to an ELContext.
|
Modifier and Type | Method and Description |
---|---|
ELContextBuilder.ELPropertyProvider |
context(javax.el.ELContext elContext)
Sets a custom
ELContext . |
ELContextBuilder.ELPropertyProvider |
defaultContext()
Initializes the context with default context.
|
ELContextBuilder.ELPropertyProvider defaultContext()
ELContextBuilder.ELPropertyProvider context(javax.el.ELContext elContext)
ELContext
.elContext
- custom ELContextSeedException
- if the context is nullCopyright © 2013-2018–2019 SeedStack. All rights reserved.