* Gets the toc collection map.
* @return the toc collection map
*/
public TocsByKey getTocsByKey() {
if (this._tocsByKey == null) {
this._tocsByKey = new TocsByKey(getApplicationConfiguration().getCatalogConfiguration().getConfiguredTocs());
}
return _tocsByKey;
}