public class

ExporterContext

extends Object
java.lang.Object
   ↳ com.microstrategy.web.blocks.exporters.ExporterContext

Summary

Public Constructors
ExporterContext(Map<String, Object> otherObjects, BlockContext blockContext, ExporterInstructions instructions)
ExporterContext(Map<String, Object> otherObjects)
ExporterContext()
Public Methods
void addOtherObject(String name, Object otherObject)
boolean exportProperty(String blockName, String propName)
BlockContext getBlockContext()
Block getCurrentBlock()
Object getOtherObject(String name)
Block popCurrentBlock()
void pushCurrentBlock(Block block)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExporterContext (Map<String, Object> otherObjects, BlockContext blockContext, ExporterInstructions instructions)

public ExporterContext (Map<String, Object> otherObjects)

public ExporterContext ()

Public Methods

public void addOtherObject (String name, Object otherObject)

public boolean exportProperty (String blockName, String propName)

public BlockContext getBlockContext ()

public Block getCurrentBlock ()

public Object getOtherObject (String name)

public Block popCurrentBlock ()

public void pushCurrentBlock (Block block)