added support for QID (quick ID) generation within pages, in preparation for

supporting a hitcounter system in the page footer
This commit is contained in:
Eric J. Bowersox
2001-10-23 21:42:29 +00:00
parent bdc6977680
commit a900d9d51f
37 changed files with 246 additions and 14 deletions

View File

@@ -133,6 +133,12 @@ public class ContentDialog implements Cloneable, ContentRender, ColorSelectors
} // end getPageTitle
public String getPageQID()
{
return null;
} // end getPageQID
/*--------------------------------------------------------------------------------
* Implementations from interface ContentRender
*--------------------------------------------------------------------------------