com.liferay.portlet.journal.util
Class XSLContext
java.lang.Object
com.liferay.portlet.journal.util.XSLContext
- All Implemented Interfaces:
- TemplateContext
public class XSLContext
- extends Object
- implements TemplateContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLContext
public XSLContext(Transformer transformer)
get
public Object get(String key)
- Specified by:
get
in interface TemplateContext
getTransformer
public Transformer getTransformer()
put
public void put(String key,
Object value)
- Specified by:
put
in interface TemplateContext