com.liferay.portlet.xslcontent.util
Class XSLContentUtil
java.lang.Object
com.liferay.portlet.xslcontent.util.XSLContentUtil
public class XSLContentUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_XML_URL
public static final String DEFAULT_XML_URL
- See Also:
- Constant Field Values
DEFAULT_XSL_URL
public static final String DEFAULT_XSL_URL
- See Also:
- Constant Field Values
XSLContentUtil
public XSLContentUtil()
replaceUrlTokens
public static String replaceUrlTokens(ThemeDisplay themeDisplay,
String url)
transform
public static String transform(URL xmlUrl,
URL xslUrl)
throws Exception
- Throws:
Exception
getXmlSource
protected static Source getXmlSource(DocumentBuilder documentBuilder,
URL xmlUrl)
throws Exception
- Throws:
Exception
getXslSource
protected static Source getXslSource(DocumentBuilder documentBuilder,
URL xslUrl)
throws Exception
- Throws:
Exception