public class

BlockLibraryConfig

extends AbstractConfigurationElement
java.lang.Object
   ↳ com.microstrategy.utils.config.AbstractConfigurationElement
     ↳ com.microstrategy.web.blocks.config.BlockLibraryConfig

Class Overview

THIS CLASS IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.

Summary

Constants
String NODE_BLOCK_LIBRARY
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
BlockLibraryConfig()
Creates a new AggregatingTaskFactoryConfig object.
Public Methods
BlockConfig getBlock(String blockName)
List<BlockConfig> getBlocks()
IncludeBlock getIncludeBlock(String includeBlockName)
List<IncludeBlock> getIncludeBlocks()
List<IncludeDir> getIncludeDirs()
Macros getMacros()
Protected Methods
String getDTDFileName()
Returns the name of a DTD file that will be added as SystemID to the XML resulting from serializing the contents of this ConfigurationElement into a file; null by default.
String getKeyAttribute()
This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
[Expand]
Inherited Methods
From class com.microstrategy.utils.config.AbstractConfigurationElement
From class java.lang.Object
From interface com.microstrategy.utils.config.ConfigurationElement
From interface com.microstrategy.utils.config.ConfigurationFile

Constants

public static final String NODE_BLOCK_LIBRARY

Constant Value: "blockLibrary"

Public Constructors

public BlockLibraryConfig ()

Creates a new AggregatingTaskFactoryConfig object.

Public Methods

public BlockConfig getBlock (String blockName)

public List<BlockConfig> getBlocks ()

public IncludeBlock getIncludeBlock (String includeBlockName)

public List<IncludeBlock> getIncludeBlocks ()

public List<IncludeDir> getIncludeDirs ()

public Macros getMacros ()

Protected Methods

protected String getDTDFileName ()

Returns the name of a DTD file that will be added as SystemID to the XML resulting from serializing the contents of this ConfigurationElement into a file; null by default. This method should be extended if the concrete instance of an element has a predefined DTD file associated.

protected String getKeyAttribute ()

This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.