Class BPMControllerParameter
- java.lang.Object
 - 
- com.microstrategy.web.blocks.macros.BPMControllerParameter
 
 
- 
- All Implemented Interfaces:
 BlockPropertyMacro
public class BPMControllerParameter extends java.lang.Object implements BlockPropertyMacro
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. SeeContainerServicesContext.getControllerParameter(String, String)for details.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BPMControllerParameter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringexpand(java.lang.String macroArgs, BlockContext bContext) 
 - 
 
- 
- 
Method Detail
- 
expand
public java.lang.String expand(java.lang.String macroArgs, BlockContext bContext)- Specified by:
 expandin interfaceBlockPropertyMacro
 
 - 
 
 -