Package com.basiscomponents.db.constants
Class BBjNamespaceConstantsResolver
- java.lang.Object
-
- com.basiscomponents.db.constants.BBjNamespaceConstantsResolver
-
- All Implemented Interfaces:
ConstantsResolver
public class BBjNamespaceConstantsResolver extends Object implements ConstantsResolver
-
-
Constructor Summary
Constructors Constructor Description BBjNamespaceConstantsResolver(com.basis.bbj.proxies.BBjNamespace ns)
-
Method Summary
All Methods Instance Methods Concrete 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
-
-
-
Method Detail
-
resolveConstants
public String resolveConstants(String in)
Description copied from interface:ConstantsResolver
resolveConstants: search for [[CONSTANT]] and replace it with the value of CONSTANT in the constants table- Specified by:
resolveConstants
in interfaceConstantsResolver
-
-