Class WebPagePM

java.lang.Object
  extended byprog.utils.WebPage
      extended byWebPagePM
Direct Known Subclasses:
WebPagePhoons

public class WebPagePM
extends prog.utils.WebPage

This subclass of WebPage sets the META tags to include a value unique to the Phoons web pages.


Field Summary
 
Fields inherited from class prog.utils.WebPage
lookupNames
 
Constructor Summary
WebPagePM(java.lang.String title, java.lang.String filename)
          Sets the title, filename and META tag of the web page.
 
Methods inherited from class prog.utils.WebPage
getMetaCharset, main, makeHTML, prependMeta, queryBaseName, setBkgdImage, setCharset, setFilename, setKeywords, setPreloadImages, toBaseName, toFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPagePM

public WebPagePM(java.lang.String title,
                 java.lang.String filename)
Sets the title, filename and META tag of the web page.