| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.extension.ExtensionUtils
public final class ExtensionUtils
Contains utilities related to the loading of extension resources.
| Method Summary | ||
|---|---|---|
| static
 | loadExtension(ExtensionDefinitionContract extensionDefinition)Loads the extension object for the given extension definition. | |
| static
 | loadExtension(ExtensionDefinitionContract extensionDefinition,
                           String defaultApplicationId)Loads the extension object for the given extension definition, using the default applicationId if the given extension definition has a null applicationId. | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static <T> T loadExtension(ExtensionDefinitionContract extensionDefinition)
T - the type of the extension object which is to be loadedextensionDefinition - the definition of the extension to load
public static <T> T loadExtension(ExtensionDefinitionContract extensionDefinition,
                                  String defaultApplicationId)
T - the type of the extension object which is to be loadedextensionDefinition - the definition of the extension to loaddefaultApplicationId - the application id to use when attempting to loading the extension if the
 application id on the given definition is null
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||