org.apache.myfaces.trinidadinternal.style.util
Interface StyleWriterFactory


public interface StyleWriterFactory

Factory that creates PrintWriter instances for the Skin engine to write content onto. Each call to the create writer function must return a new instance of a print writer.

This method is used to write multiple CSS files for a skin to be able to span CSS selectors over multiple files


Method Summary
 java.io.PrintWriter createWriter()
          Create a print writer to write to a new file.
 

Method Detail

createWriter

java.io.PrintWriter createWriter()
Create a print writer to write to a new file. The previous writer, if it exists, should be closed by this method call

Returns:
a new instance of a print writer


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.