GBApplicationSettingsProvider Class Reference

Inherits from NSObject
Conforms to GBApplicationSettingsProviding
Declared in GBApplicationSettingsProvider.h<br />GBApplicationSettingsProvider.m

Overview

Main application settings provider.

This object implements GBApplicationStringsProviding interface and is used by GBAppledocApplication to prepare application-wide settings including factory defaults, global and session values. The main purpose of the class is to simplify GBAppledocApplication class by decoupling it from the actual settings providing implementation.

Tasks

Initialization & disposal

Other Methods

Class Methods

provider

Returns autoreleased instance of the class.

+ (id)provider

Discussion

Returns autoreleased instance of the class.

Declared In

GBApplicationSettingsProvider.h
GBApplicationSettingsProvider.m

Instance Methods

cssCategoryTemplatePath

cssClassTemplatePath

cssIndexTemplatePath

cssProtocolTemplatePath

description

htmlExtension

htmlOutputPath

htmlOutputPathForIndex

htmlOutputPathForObject:

htmlReferenceForMember:prefixedWith:

htmlReferenceForObject:fromSource:

htmlReferenceForObjectFromIndex:

htmlReferenceForTopLevelObject:fromTopLevelObject:

htmlReferenceNameForObject:

init

isTopLevelStoreObject:

outputPathForObject:withExtension:

relativePathPrefixFromObject:toObject: