Package org.eclipse.help.webapp
Class TocSystem
java.lang.Object
org.eclipse.help.webapp.TocSystem
Class for administering the Toc system.
- Since:
- 3.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Use this method to invalidate the currently cached Toc.
-
Constructor Details
-
TocSystem
public TocSystem()
-
-
Method Details
-
clearCache
public static void clearCache()Use this method to invalidate the currently cached Toc. The next call for a Toc will result in a newly generated table of contents.
-