com.liferay.portal.freemarker
Class FreeMarkerTemplateLoader
java.lang.Object
com.liferay.portal.freemarker.FreeMarkerTemplateLoader
- Direct Known Subclasses:
- JournalTemplateLoader, URLTemplateLoader
public abstract class FreeMarkerTemplateLoader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FreeMarkerTemplateLoader
public FreeMarkerTemplateLoader()
closeTemplateSource
public void closeTemplateSource(Object templateSource)
findTemplateSource
public abstract Object findTemplateSource(String name)
throws IOException
- Throws:
IOException
getLastModified
public long getLastModified(Object templateSource)
getReader
public abstract Reader getReader(Object templateSource,
String encoding)
throws IOException
- Throws:
IOException