public class

BPMDescriptor

extends Object
implements BlockPropertyMacro
java.lang.Object
   ↳ com.microstrategy.web.blocks.macros.BPMDescriptor

Class Overview

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.

Summary

Public Constructors
BPMDescriptor()
Public Methods
String expand(String macroArgs, BlockContext bContext)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.blocks.macros.BlockPropertyMacro

Public Constructors

public BPMDescriptor ()

Public Methods

public String expand (String macroArgs, BlockContext bContext)