org.richfaces.cdk.generate.taglib
Class TaglibWriter

java.lang.Object
  extended by org.richfaces.cdk.generate.taglib.TaglibWriter
All Implemented Interfaces:
CdkWriter

public class TaglibWriter
extends java.lang.Object
implements CdkWriter

Since:
Feb 9, 2010
Author:
akolonitsky

Constructor Summary
TaglibWriter()
           
 
Method Summary
protected  java.io.Writer getOutput(ComponentLibrary library)
           
 void render(ComponentLibrary library)
           
 void setOutput(FileManager output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaglibWriter

public TaglibWriter()
Method Detail

render

public void render(ComponentLibrary library)
            throws CdkException
Specified by:
render in interface CdkWriter
Throws:
CdkException

getOutput

protected java.io.Writer getOutput(ComponentLibrary library)
                            throws CdkException
Throws:
CdkException

setOutput

public void setOutput(FileManager output)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.