Class BPMDescriptor
- java.lang.Object
-
- com.microstrategy.web.blocks.macros.BPMDescriptor
-
- All Implemented Interfaces:
BlockPropertyMacro
public class BPMDescriptor extends java.lang.Object implements BlockPropertyMacro
This class implements a Block Property Macro that expands localized descriptors. The first parameter is the descriptor ID. The second parameter (if present) is the default text to use if the descriptor could not be found.- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description BPMDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
expand(java.lang.String macroArgs, BlockContext bContext)
-
-
-
Method Detail
-
expand
public java.lang.String expand(java.lang.String macroArgs, BlockContext bContext)
- Specified by:
expand
in interfaceBlockPropertyMacro
-
-