Uses of Enum Class
de.odysseus.el.ExpressionFactoryImpl.Profile
Packages that use ExpressionFactoryImpl.Profile
-
Uses of ExpressionFactoryImpl.Profile in de.odysseus.el
Methods in de.odysseus.el that return ExpressionFactoryImpl.ProfileModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExpressionFactoryImpl.Profile[]
ExpressionFactoryImpl.Profile.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.odysseus.el with parameters of type ExpressionFactoryImpl.ProfileModifier and TypeMethodDescriptionprotected TreeStore
ExpressionFactoryImpl.createTreeStore
(int defaultCacheSize, ExpressionFactoryImpl.Profile profile, Properties properties) Create the factory's tree store.private boolean
ExpressionFactoryImpl.getFeatureProperty
(ExpressionFactoryImpl.Profile profile, Properties properties, Builder.Feature feature, String property) Constructors in de.odysseus.el with parameters of type ExpressionFactoryImpl.ProfileModifierConstructorDescriptionCreate a new expression factory using the default builder and cache implementations.ExpressionFactoryImpl
(ExpressionFactoryImpl.Profile profile, Properties properties) Create a new expression factory using the default builder and cache implementations.ExpressionFactoryImpl
(ExpressionFactoryImpl.Profile profile, Properties properties, TypeConverter converter) Create a new expression factory using the default builder and cache implementations.