org.hippoecm.hst.util
Class WrapperElementUtils

java.lang.Object
  extended by org.hippoecm.hst.util.WrapperElementUtils

public class WrapperElementUtils
extends Object

WrapperElementUtils

Version:
$Id$

Method Summary
static String toString(WrapperElement wrapperElement)
           
static void writeWrapperElement(OutputStream out, String encoding, WrapperElement wrapperElement, byte[] contentBuffer, int off, int len)
           
static void writeWrapperElement(Writer writer, WrapperElement wrapperElement, char[] contentBuffer, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static String toString(WrapperElement wrapperElement)

writeWrapperElement

public static void writeWrapperElement(Writer writer,
                                       WrapperElement wrapperElement,
                                       char[] contentBuffer,
                                       int off,
                                       int len)
                                throws IOException
Throws:
IOException

writeWrapperElement

public static void writeWrapperElement(OutputStream out,
                                       String encoding,
                                       WrapperElement wrapperElement,
                                       byte[] contentBuffer,
                                       int off,
                                       int len)
                                throws IOException
Throws:
IOException


Copyright © 2008-2012 Hippo. All Rights Reserved.