![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | This method returns the number of custom Tag Libraries currently loaded. This number is reset every time custom objects are loaded. |
![]() | This method returns the number of custom Tags currently loaded. This number is reset every time custom objects are loaded. |
![]() | Overloaded. 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. |
![]() | 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 |
![]() | Return metadata or something on all tags in library TODO not yet implemented cvn |
![]() | Overloaded. 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. |
![]() | This method initializes the TagLibManager and should only be called by the Application Warmup. This method can only be called once. |
![]() | This method initializes the TagLibManager with custom tags to overwrite the original ones and should only be called by the the Application Warmup. |
![]() | This method reloads both the standard and custom tag libraries from the config files. |
![]() | 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. |
ITagLibManager Interface | com.plumtree.portaluiinfrastructure.tags.manager Namespace