Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.kernel.expression.VariableDependencies

Packages that use VariableDependencies
com.liferay.portal.expression   
com.liferay.portal.kernel.expression   
 

Uses of VariableDependencies in com.liferay.portal.expression
 

Methods in com.liferay.portal.expression that return VariableDependencies
protected  VariableDependencies ExpressionImpl.populateVariableDependenciesMap(Variable variable, Map<String,VariableDependencies> variableDependenciesMap)
           
 

Methods in com.liferay.portal.expression that return types with arguments of type VariableDependencies
 Map<String,VariableDependencies> ExpressionImpl.getVariableDependenciesMap()
           
 

Method parameters in com.liferay.portal.expression with type arguments of type VariableDependencies
protected  VariableDependencies ExpressionImpl.populateVariableDependenciesMap(Variable variable, Map<String,VariableDependencies> variableDependenciesMap)
           
 

Uses of VariableDependencies in com.liferay.portal.kernel.expression
 

Methods in com.liferay.portal.kernel.expression that return types with arguments of type VariableDependencies
 Map<String,VariableDependencies> Expression.getVariableDependenciesMap()
           
 


Liferay 7.0-ce-m3