public class HTMLOutputFilter extends Object implements OutputFilterInterface
| Constructor and Description |
|---|
HTMLOutputFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
createFileInstance(String fileName) |
boolean |
isCustomizable() |
void |
parseFields(byte[] cByte,
ArrayList ffd,
StringBuffer rb)
Write the html header of the output file
|
void |
setCustomProperties() |
void |
writeFooter(ArrayList ffd)
write the footer of the html output
|
void |
writeHeader(String fileName,
String host,
ArrayList ffd,
char decChar)
Write the html header of the output file
|
public void createFileInstance(String fileName) throws FileNotFoundException
createFileInstance in interface OutputFilterInterfaceFileNotFoundExceptionpublic void parseFields(byte[] cByte,
ArrayList ffd,
StringBuffer rb)
parseFields in interface OutputFilterInterfacepublic void writeHeader(String fileName, String host, ArrayList ffd, char decChar)
writeHeader in interface OutputFilterInterfacepublic void writeFooter(ArrayList ffd)
writeFooter in interface OutputFilterInterfacepublic boolean isCustomizable()
isCustomizable in interface OutputFilterInterfacepublic void setCustomProperties()
setCustomProperties in interface OutputFilterInterfaceCopyright © 2018. All rights reserved.