com.microstrategy.web.blocks.macros.BlockPropertyMacro |
Known Indirect Subclasses
BPMControllerParameter |
This class implements a Block Property macro that can retrieve the
value of a Controller Parameter. |
BPMDescriptor |
This class implements a Block Property Macro that expands localized
descriptors. |
BPMPreference |
This class implements a Block Property Macro that retrieves the value of a
Preference. |
|
Class Overview
This interface defines the responsibilities of a Block Property Macro.
Currently, the only requirement is that it perform an expansion of the macro
into a replacement text.
Public Methods
public
abstract
String
expand
(String macroArgs, BlockContext bContext)