Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class JournalTemplateVelocityResourceListener

java.lang.Object
  extended by com.liferay.portal.velocity.VelocityResourceListener
      extended by com.liferay.portal.velocity.JournalTemplateVelocityResourceListener

public class JournalTemplateVelocityResourceListener
extends VelocityResourceListener


Field Summary
 
Fields inherited from class com.liferay.portal.velocity.VelocityResourceListener
JOURNAL_SEPARATOR, SERVLET_SEPARATOR, THEME_LOADER_SEPARATOR
 
Constructor Summary
JournalTemplateVelocityResourceListener()
           
 
Method Summary
protected  InputStream doGetResourceStream(String source)
           
 InputStream getResourceStream(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTemplateVelocityResourceListener

public JournalTemplateVelocityResourceListener()
Method Detail

getResourceStream

public InputStream getResourceStream(String source)
                              throws org.apache.velocity.exception.ResourceNotFoundException
Specified by:
getResourceStream in class VelocityResourceListener
Throws:
org.apache.velocity.exception.ResourceNotFoundException

doGetResourceStream

protected InputStream doGetResourceStream(String source)
                                   throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3