18 package org.turro.html;
20 import java.io.IOException;
21 import java.io.PrintWriter;
22 import java.io.Writer;
23 import java.util.Date;
24 import java.util.logging.Level;
25 import java.util.logging.Logger;
26 import javax.servlet.ServletException;
27 import org.turro.elephant.context.ElephantContext;
28 import org.turro.elephant.context.IConstructor;
29 import org.turro.elephant.impl.util.Localizer;
30 import org.turro.i18n.I_;
45 }
catch (IOException ex) {
58 }
catch (IOException ex) {
70 if(value ==
null)
return this;
74 }
catch (ServletException ex) {
76 }
catch (IOException ex) {
91 if(value ==
null)
return;
95 }
catch (ServletException ex) {
97 }
catch (IOException ex) {
102 super.write(value +
"\n");
static String logMsg(String msg)
String parseValue(String type, String outFormat, Object value)
void writeln(String value)
void writeBytes(long bytes)
void writeDate(Date date, String mode)
void writeMacro(String value)
void writeNumber(Number number, String mode)
HTMLGenerator write(String value)
HTMLHelper(IConstructor constructor, Writer out)
HTMLHelper(IConstructor constructor)
void writeBoolean(boolean value)
static String get(String msg)
void processOutput(String text)