Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.generate
Class RenderKitSpecificationGenerator

java.lang.Object
  extended by 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.


Field Summary
static String DOCTYPE
           
 
Constructor Summary
RenderKitSpecificationGenerator(PropertyManager propManager)
           
 
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
 

Field Detail

DOCTYPE

public static String DOCTYPE
Constructor Detail

RenderKitSpecificationGenerator

public RenderKitSpecificationGenerator(PropertyManager propManager)
Method Detail

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

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.