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