org.apache.sling.engine
Class ResponseUtil

java.lang.Object
  extended by org.apache.sling.engine.ResponseUtil

Deprecated. Use ResponseUtil

@Deprecated
public class ResponseUtil
extends Object

Response-related utilities.


Constructor Summary
ResponseUtil()
          Deprecated.  
 
Method Summary
static String escapeXml(String input)
          Deprecated. Escape xml text
static Writer getXmlEscapingWriter(Writer target)
          Deprecated. Return a Writer that writes escaped XML text to target
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseUtil

public ResponseUtil()
Deprecated. 
Method Detail

escapeXml

public static String escapeXml(String input)
Deprecated. 
Escape xml text


getXmlEscapingWriter

public static Writer getXmlEscapingWriter(Writer target)
Deprecated. 
Return a Writer that writes escaped XML text to target



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.