Plumtree Portal UI  
 

ITagLibManager.LoadCustomClasses Method 

This method initializes the TagLibManager with custom tags to overwrite the original ones and should only be called by the the Application Warmup.

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

ITagLibManager Interface | com.plumtree.portaluiinfrastructure.tags.manager Namespace