public interface

BlockPropertyMacro

com.microstrategy.web.blocks.macros.BlockPropertyMacro
Known Indirect Subclasses

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.

Summary

Public Methods
abstract String expand(String macroArgs, BlockContext bContext)

Public Methods

public abstract String expand (String macroArgs, BlockContext bContext)