tinlizard.dao.io
Class MashDaoImpl

java.lang.Object
  extended by tinlizard.dao.io.MashDaoImpl
All Implemented Interfaces:
MashDao

public final class MashDaoImpl
extends Object
implements MashDao

Freemarker implementation of MashDao.


Field Summary
 
Fields inherited from interface tinlizard.dao.MashDao
ROLE
 
Constructor Summary
MashDaoImpl()
           
 
Method Summary
 void applyTemplate(Object it, String template, Writer out, Locale locale, String username)
           
 String getMashFilesDirectory()
           
 File getResourcesFile(String path)
           
 void setMashFilesDirectory(String mashFilesDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MashDaoImpl

public MashDaoImpl()
Method Detail

getMashFilesDirectory

public String getMashFilesDirectory()

setMashFilesDirectory

public void setMashFilesDirectory(String mashFilesDirectory)

getResourcesFile

public File getResourcesFile(String path)
Specified by:
getResourcesFile in interface MashDao

applyTemplate

public void applyTemplate(Object it,
                          String template,
                          Writer out,
                          Locale locale,
                          String username)
Specified by:
applyTemplate in interface MashDao


Copyright © 2009. All Rights Reserved.