Public Class Methods : SstDgc

* for: applicationContext
	"ACTION
		Answer the DGC object for @applicationContext.
		Answer nil if there is none.

	PARAMETERS
		applicationContext : <IuSstApplicationContext>

	RETURN VALUE
		<instance of self> | nil"
Categories
	SST-API User
* for: applicationContext ifAbsent: aBlock
	"ACTION
		Answer the DGC object for @applicationContext.
		Answer the result of evaluating @aBlock with no
		arguments if there is none.

	PARAMETERS
		applicationContext : <IuSstApplicationContext>
		aBlock : <Block>

	RETURN VALUE
		<instance of self> | <Object>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]