com.sun.faces.generate
Class RenderKitSpecificationGenerator
java.lang.Object
com.sun.faces.generate.RenderKitSpecificationGenerator
- All Implemented Interfaces:
- Generator
public class RenderKitSpecificationGenerator
- extends Object
- implements Generator
Generate javadoc style documenation about the render-kits defined in a
faces-config.xml file.
Method Summary |
void |
generate(FacesConfigBean configBean)
Perform whatever generation tasks are necessary using
the provided FacesConfigBean as the model. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOCTYPE
public static String DOCTYPE
RenderKitSpecificationGenerator
public RenderKitSpecificationGenerator(PropertyManager propManager)
generate
public void generate(FacesConfigBean configBean)
- Description copied from interface:
Generator
Perform whatever generation tasks are necessary using
the provided FacesConfigBean
as the model.
- Specified by:
generate
in interface Generator
- Parameters:
configBean
- model data
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.