org.alfresco.repo.template
Interface TemplateSource


public interface TemplateSource


Method Summary
 void close()
           
 java.io.Reader getReader(java.lang.String encoding)
           
 java.io.InputStream getResource(java.lang.String name)
           
 long lastModified()
           
 

Method Detail

getReader

java.io.Reader getReader(java.lang.String encoding)
                         throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

lastModified

long lastModified()

getResource

java.io.InputStream getResource(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.