org.apache.myfaces.tobago.util
Class HtmlWriterUtil

java.lang.Object
  extended by org.apache.myfaces.tobago.util.HtmlWriterUtil

public final class HtmlWriterUtil
extends Object

User: weber Date: Jun 28, 2005 Time: 2:07:29 PM


Constructor Summary
HtmlWriterUtil(Writer out, String characterEncoding)
           
 
Method Summary
static boolean attributeValueMustEscaped(String name)
           
 void writeAttributeValue(String text)
           
 void writeText(char[] text, int start, int length)
           
 void writeText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlWriterUtil

public HtmlWriterUtil(Writer out,
                      String characterEncoding)
Method Detail

writeAttributeValue

public void writeAttributeValue(String text)
                         throws IOException
Throws:
IOException

writeText

public void writeText(String text)
               throws IOException
Throws:
IOException

writeText

public void writeText(char[] text,
                      int start,
                      int length)
               throws IOException
Throws:
IOException

attributeValueMustEscaped

public static boolean attributeValueMustEscaped(String name)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.