tinlizard.dao
Interface MashDao

All Known Implementing Classes:
MashDaoImpl

public interface MashDao

Dao to permit mashing-in external, customizable, templates and resources.


Field Summary
static String ROLE
          The Plexus role identifier.
 
Method Summary
 void applyTemplate(Object it, String template, Writer out, Locale locale, String username)
           
 File getResourcesFile(String path)
           
 

Field Detail

ROLE

static final String ROLE
The Plexus role identifier.

Method Detail

getResourcesFile

File getResourcesFile(String path)

applyTemplate

void applyTemplate(Object it,
                   String template,
                   Writer out,
                   Locale locale,
                   String username)


Copyright © 2009. All Rights Reserved.