public class

BPMControllerParameter

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

Class Overview

This class implements a Block Property macro that can retrieve the value of a Controller Parameter. The first parameter of the macro is the name of the property. The second parameter (if present) is the name of the controller. See getControllerParameter(String, String) for details.

Summary

Public Constructors
BPMControllerParameter()
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 BPMControllerParameter ()

Public Methods

public String expand (String macroArgs, BlockContext bContext)