Package com.basiscomponents.db.constants
Interface ConstantsResolver
-
- All Known Implementing Classes:
BBjNamespaceConstantsResolver
,SimpleConstantsResolver
public interface ConstantsResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolveConstants(String in)
resolveConstants: search for [[CONSTANT]] and replace it with the value of CONSTANT in the constants table
-