Skip navigation links
A C E G M O P R S V 

A

add(Class<F>, Class<T>, ElSimpleConverter<F, T>) - Method in class org.bridje.el.ElSimpleConvertMap
Specifies the correct converter by the given source and destiny clases for the convertion.
addAll(ElSimpleConvertMap) - Method in class org.bridje.el.ElSimpleConvertMap
Adds all the converters defined in the given simple converter map to this object.

C

canConvert(Class<F>, Class<T>) - Method in interface org.bridje.el.ElAdvanceConverter
Determines when ever this convertor can covert the specified value to the specified class.
convert(Object, Class<T>) - Method in interface org.bridje.el.ElAdvanceConverter
Performs the conversion of the given value to the given type.
convert(Object, Class<T>) - Method in interface org.bridje.el.ElService
Converts the given value to the given class using the internal convert system.
convert(F) - Method in interface org.bridje.el.ElSimpleConverter
Converts the from object into a new T object.
createConvertMap() - Method in interface org.bridje.el.ElSimpleConvertProvider
Gets the map of simple converters, that the component provides.
createElEnvironment(IocContext<?>) - Method in interface org.bridje.el.ElService
Creates a new expression language environment.

E

ElAdvanceConverter - Interface in org.bridje.el
This interface defines an expression language type converter that can be use in the ElEnviroment to cast the results of the evaluated expressions.
ElEnvironment - Interface in org.bridje.el
Represents an environment that holds the variables that can be evaluated and assigned in the expression language execution context.
ElService - Interface in org.bridje.el
A service for the expression language system.
ElSimpleConverter<F,T> - Interface in org.bridje.el
This interface defines a simple converter that can be use to convert an object of its source class into a new object of its destiny class.
ElSimpleConvertMap - Class in org.bridje.el
Represents a map of simple converters that can be use to add/get the correct converter for the source and the destiny class of the convertion.
ElSimpleConvertMap() - Constructor for class org.bridje.el.ElSimpleConvertMap
Default constructor.
ElSimpleConvertProvider - Interface in org.bridje.el
A provider of simple converters for expression languaje.

G

get(String, Class<T>) - Method in interface org.bridje.el.ElEnvironment
Evaluates the given expression and cast the result of it to the given result class.
get(Class<F>, Class<T>) - Method in class org.bridje.el.ElSimpleConvertMap
Gets the correct converter (if it exists) by the given source and destiny clases for the convertion.
getVar(String, Class<T>) - Method in interface org.bridje.el.ElEnvironment
Gets the value of the specified variable.
getVarAsString(String) - Method in interface org.bridje.el.ElEnvironment
Gets the var as the string.

M

ModelResolver - Interface in org.bridje.el
An interface that allow other APIs to fill the global enviroment variables for the given IoC context.

O

org.bridje.el - package org.bridje.el
 
org.bridje.el.impl - package org.bridje.el.impl
 
org.bridje.el.impl.convert - package org.bridje.el.impl.convert
 

P

popVar(String) - Method in interface org.bridje.el.ElEnvironment
Pops the value out of the stack of the given variable.
pushVar(String, T) - Method in interface org.bridje.el.ElEnvironment
Push the value into the stack of the specified variable.

R

resolveAllModels(IocContext<?>, Map<String, Class<?>>) - Method in interface org.bridje.el.ModelResolver
Called when the ElEnviroment need to resolve the names of the components that will participate in the expressions.

S

set(String, T) - Method in interface org.bridje.el.ElEnvironment
Sets the given expression to the specified value.

V

varExists(String) - Method in interface org.bridje.el.ElEnvironment
Determines if the given var exists in the enviroment.
A C E G M O P R S V 
Skip navigation links

Copyright © 2015–2018 Bridje Framework. All rights reserved.