Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class VelocityResourceListener

java.lang.Object
  extended by com.liferay.portal.velocity.VelocityResourceListener
Direct Known Subclasses:
ClassLoaderVelocityResourceListener, JournalTemplateVelocityResourceListener, ServletVelocityResourceListener, ThemeLoaderVelocityResourceListener

public abstract class VelocityResourceListener
extends Object


Field Summary
static String JOURNAL_SEPARATOR
           
static String SERVLET_SEPARATOR
           
static String THEME_LOADER_SEPARATOR
           
 
Constructor Summary
VelocityResourceListener()
           
 
Method Summary
abstract  InputStream getResourceStream(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOURNAL_SEPARATOR

public static final String JOURNAL_SEPARATOR
See Also:
Constant Field Values

SERVLET_SEPARATOR

public static final String SERVLET_SEPARATOR
See Also:
Constant Field Values

THEME_LOADER_SEPARATOR

public static final String THEME_LOADER_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

VelocityResourceListener

public VelocityResourceListener()
Method Detail

getResourceStream

public abstract InputStream getResourceStream(String source)
                                       throws org.apache.velocity.exception.ResourceNotFoundException
Throws:
org.apache.velocity.exception.ResourceNotFoundException

Liferay 6.1.2-ce-ga3