Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.util
Class XSLContext

java.lang.Object
  extended by com.liferay.portlet.journal.util.XSLContext
All Implemented Interfaces:
TemplateContext

public class XSLContext
extends Object
implements TemplateContext


Constructor Summary
XSLContext(Transformer transformer)
           
 
Method Summary
 Object get(String key)
           
 Transformer getTransformer()
           
 void put(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLContext

public XSLContext(Transformer transformer)
Method Detail

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

Liferay 6.1.2-ce-ga3