Package org.nuiton.eugene.java.extension
Class ConstantsManagerExtension
- java.lang.Object
-
- org.nuiton.eugene.java.extension.ConstantsManagerExtension
-
public class ConstantsManagerExtension extends Object
- Since:
- 2.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description protected ConstantsManager
manager
the unique manager to usestatic String
OBJECTMODEL_EXTENSION
Extension static used to identifyConstantsManagerExtension
in ObjectModel
-
Constructor Summary
Constructors Constructor Description ConstantsManagerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConstantName(String propertyName)
Obtain a constant nmae from a property name and store it in cache the first time it had to build it.
-
-
-
Field Detail
-
OBJECTMODEL_EXTENSION
public static final String OBJECTMODEL_EXTENSION
Extension static used to identifyConstantsManagerExtension
in ObjectModel- See Also:
- Constant Field Values
-
manager
protected ConstantsManager manager
the unique manager to use
-
-