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 - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected ConstantsManagermanagerthe unique manager to usestatic StringOBJECTMODEL_EXTENSIONExtension static used to identifyConstantsManagerExtensionin ObjectModel
-
Constructor Summary
Constructors Constructor Description ConstantsManagerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConstantName(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 identifyConstantsManagerExtensionin ObjectModel- See Also:
- Constant Field Values
-
manager
protected ConstantsManager manager
the unique manager to use
-
-