A B C D E H I M O V W 

A

asMethodExpression(Class<?>[]) - Method in interface org.seedstack.seed.el.api.ELService.ELExpressionProvider
Gets a MethodExpression.
asValueExpression() - Method in interface org.seedstack.seed.el.api.ELService.ELExpressionProvider
Gets a ValueExpression.

B

build() - Method in interface org.seedstack.seed.el.api.ELContextBuilder.ELPropertyProvider
Gets the context used by the service.

C

context(ELContext) - Method in interface org.seedstack.seed.el.api.ELContextBuilder
Sets a custom ELContext.

D

defaultContext() - Method in interface org.seedstack.seed.el.api.ELContextBuilder
Initializes the context with default context.

E

ELContextBuilder - Interface in org.seedstack.seed.el.api
ELContextBuilder provides a DSL to build ELContext instances.
ELContextBuilder.ELPropertyProvider - Interface in org.seedstack.seed.el.api
Grammar to add properties and methods to an ELContext.
ELHandler<T extends Annotation> - Interface in org.seedstack.seed.el.spi
Implementing this interface allows to define an EL handler which will receive the results of the corresponding EL expression evaluation.
ELService - Interface in org.seedstack.seed.el.api
The ELService provides a DSL to facilitate the evaluation of expression language.
ELService.ELContextProvider - Interface in org.seedstack.seed.el.api
This interface provides methods to add ELContext for EL evaluation.
ELService.ELExpressionProvider - Interface in org.seedstack.seed.el.api
This interface provides methods to add properties for the EL evaluation.
ELService.MethodExpressionProvider - Interface in org.seedstack.seed.el.api
This interface provides methods to evaluate a method expression.
ELService.ValueExpressionProvider - Interface in org.seedstack.seed.el.api
This interface provides methods to evaluate a value expression.
eval() - Method in interface org.seedstack.seed.el.api.ELService.ValueExpressionProvider
Evaluates the EL.

H

handle(Object) - Method in interface org.seedstack.seed.el.spi.ELHandler
This method is called with the result of the EL evaluation.

I

invoke(Object[]) - Method in interface org.seedstack.seed.el.api.ELService.MethodExpressionProvider
Invokes the method specified in the EL with the provided arguments.

M

methodExpression() - Method in interface org.seedstack.seed.el.api.ELService.MethodExpressionProvider
Gets the MethodExpressionProvider.

O

org.seedstack.seed.el.api - package org.seedstack.seed.el.api
 
org.seedstack.seed.el.spi - package org.seedstack.seed.el.spi
 

V

valueExpression() - Method in interface org.seedstack.seed.el.api.ELService.ValueExpressionProvider
Gets the ValueExpression.

W

withContext(ELContext) - Method in interface org.seedstack.seed.el.api.ELService.ELContextProvider
Use a specific context to use.
withDefaultContext() - Method in interface org.seedstack.seed.el.api.ELService.ELContextProvider
Use the default context.
withExpression(String, Class) - Method in interface org.seedstack.seed.el.api.ELService
Sets the expression language to evaluate and specifies the expected return type.
withFunction(String, String, Method) - Method in interface org.seedstack.seed.el.api.ELContextBuilder.ELPropertyProvider
Adds a function which will be available in the EL.
withMethodExpression(MethodExpression) - Method in interface org.seedstack.seed.el.api.ELService
Sets a MethodExpression to invoke.
withProperty(String, Object) - Method in interface org.seedstack.seed.el.api.ELContextBuilder.ELPropertyProvider
Adds property to the EL.
withValueExpression(ValueExpression) - Method in interface org.seedstack.seed.el.api.ELService
Sets a ValueExpression to evaluate.
A B C D E H I M O V W 

Copyright © 2013-2015–2015. All rights reserved.