| | Plumtree UI Infrastructure API | |
| ASManager.LoadClasses Method |
This method initializes the ASManager and should only be called by the warmup servlet. This method can only be called once.
public virtual void LoadClasses(
string strLibDir,
string strConfigFile
);
Parameters
-
strLibDir
- The file directory where jars and dlls can be found
-
strConfigFile
- the name of the config file
See Also
ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace