net.sac.mymo
Class HTMLExportTemplate

java.lang.Object
  extended by net.sac.mymo.HTMLExportTemplate

public class HTMLExportTemplate
extends java.lang.Object


Constructor Summary
HTMLExportTemplate(java.io.File file, java.lang.String token)
           
 
Method Summary
 java.lang.String getBodyContentAfter()
           
 java.lang.String getBodyContentBefore()
           
 java.lang.String getHeadContent()
           
 boolean headContentContainsTitle()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLExportTemplate

public HTMLExportTemplate(java.io.File file,
                          java.lang.String token)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getHeadContent

public java.lang.String getHeadContent()

getBodyContentBefore

public java.lang.String getBodyContentBefore()

getBodyContentAfter

public java.lang.String getBodyContentAfter()

headContentContainsTitle

public boolean headContentContainsTitle()