Package org.tn5250j.tools.filters
Class HTMLOutputFilter
- java.lang.Object
-
- org.tn5250j.tools.filters.HTMLOutputFilter
-
- All Implemented Interfaces:
OutputFilterInterface
public class HTMLOutputFilter extends java.lang.Object implements OutputFilterInterface
-
-
Constructor Summary
Constructors Constructor Description HTMLOutputFilter()
-
Method Summary
Modifier and Type Method Description voidcreateFileInstance(java.lang.String fileName)booleanisCustomizable()voidparseFields(byte[] cByte, java.util.ArrayList ffd, java.lang.StringBuffer rb)Write the html header of the output filevoidsetCustomProperties()voidwriteFooter(java.util.ArrayList ffd)write the footer of the html outputvoidwriteHeader(java.lang.String fileName, java.lang.String host, java.util.ArrayList ffd, char decChar)Write the html header of the output file
-
-
-
Method Detail
-
createFileInstance
public void createFileInstance(java.lang.String fileName) throws java.io.FileNotFoundException- Specified by:
createFileInstancein interfaceOutputFilterInterface- Throws:
java.io.FileNotFoundException
-
parseFields
public void parseFields(byte[] cByte, java.util.ArrayList ffd, java.lang.StringBuffer rb)Write the html header of the output file- Specified by:
parseFieldsin interfaceOutputFilterInterface
-
writeHeader
public void writeHeader(java.lang.String fileName, java.lang.String host, java.util.ArrayList ffd, char decChar)Write the html header of the output file- Specified by:
writeHeaderin interfaceOutputFilterInterface
-
writeFooter
public void writeFooter(java.util.ArrayList ffd)
write the footer of the html output- Specified by:
writeFooterin interfaceOutputFilterInterface
-
isCustomizable
public boolean isCustomizable()
- Specified by:
isCustomizablein interfaceOutputFilterInterface
-
setCustomProperties
public void setCustomProperties()
- Specified by:
setCustomPropertiesin interfaceOutputFilterInterface
-
-