Plumtree Portal UI  
 

ITagLibManager Methods

The methods of the ITagLibManager interface are listed below. For a complete list of ITagLibManager interface members, see the ITagLibManager Members topic.

Public Instance Methods

GetLibraries Return a data structure holding name and version number of all libraries loaded. TODO this may not be the form we really want to return this data in that's still being figured out - CVN
GetLibraryTagList Return tag info for a specific library TODO this may not be the form we really want to return this data in that's still being figured out - CVN
GetLibraryTags Return all tags in library TODO this may not be the form we really want to return this data in that's still being figured out - CVN
GetNumCustomTagLibraries This method returns the number of custom Tag Libraries currently loaded. This number is reset every time custom objects are loaded.
GetNumCustomTags This method returns the number of custom Tags currently loaded. This number is reset every time custom objects are loaded.
GetTagOverloaded. Create the requested Tag. (Use this method where the library version is specified where possible as it is more efficient.) This method should not be called by developers. It is only for the Tag Framework.
GetTagLibMetadata Return library meta data on a specific library and version. TODO this may not be the form we really want to return this data in that's still being figured out - CVN
GetTagMetadata Return metadata or something on all tags in library TODO not yet implemented cvn
HasTagOverloaded. Return true if the tag specified by the parameters exists otherwise return false. Use this method specifying the library version rather than not where possible as it is much more efficient.
LoadClasses This method initializes the TagLibManager and should only be called by the Application Warmup. This method can only be called once.
LoadCustomClasses This method initializes the TagLibManager with custom tags to overwrite the original ones and should only be called by the the Application Warmup.
ReloadAllTagLibraries This method reloads both the standard and custom tag libraries from the config files.
ReloadTagLibrary This method reloads a particular version of a tag library from the same library file (i.e. jar or dll) that it was originally loaded from.

See Also

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