Uiinfrastructure API Docs  
 

ASManager.LoadCustomClasses Method 

This method initializes the ASManager with custom lib files to overwrite the original ones and should only be called by the warmup servlet.

public virtual void LoadCustomClasses(
   string strLibDir,
   string strConfigFile
);

Parameters

strLibDir
The file directory where jars and dlls can be found
strConfigFile
the name of the custom config file

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace