Liferay 6.0.5

com.liferay.portlet.xslcontent.util
Class XSLContentUtil

java.lang.Object
  extended by com.liferay.portlet.xslcontent.util.XSLContentUtil

public class XSLContentUtil
extends Object


Field Summary
static String DEFAULT_XML_URL
           
static String DEFAULT_XSL_URL
           
 
Constructor Summary
XSLContentUtil()
           
 
Method Summary
static String transform(URL xmlURL, URL xslURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_XML_URL

public static String DEFAULT_XML_URL

DEFAULT_XSL_URL

public static String DEFAULT_XSL_URL
Constructor Detail

XSLContentUtil

public XSLContentUtil()
Method Detail

transform

public static String transform(URL xmlURL,
                               URL xslURL)
                        throws IOException,
                               TransformerException
Throws:
IOException
TransformerException

Liferay 6.0.5