java.lang.Object | |
↳ | com.microstrategy.web.blocks.exporters.ExporterContext |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |