jdbreport.model.io.html
Class HTMLBodyFileType

java.lang.Object
  extended by jdbreport.model.io.html.HTMLFileType
      extended by jdbreport.model.io.html.HTMLBodyFileType
All Implemented Interfaces:
Comparable<FileType>, FileType

public class HTMLBodyFileType
extends HTMLFileType

Version:
1.0 02.04.2011
Author:
Andrey Kholmanskih

Field Summary
 
Fields inherited from class jdbreport.model.io.html.HTMLFileType
writer
 
Constructor Summary
HTMLBodyFileType()
           
 
Method Summary
 String[] getExtensions()
           
 ReportWriter getWriter()
           
 
Methods inherited from class jdbreport.model.io.html.HTMLFileType
compareTo, getContentType, getDescription, getOrder, getReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLBodyFileType

public HTMLBodyFileType()
Method Detail

getExtensions

public String[] getExtensions()
Specified by:
getExtensions in interface FileType
Overrides:
getExtensions in class HTMLFileType

getWriter

public ReportWriter getWriter()
Specified by:
getWriter in interface FileType
Overrides:
getWriter in class HTMLFileType