org.benow.web.path.page.obj
Class ClassXSLGenerator

java.lang.Object
  extended by org.benow.web.path.page.obj.ClassXSLGenerator
All Implemented Interfaces:
org.benow.xml.DOMGenerator

public class ClassXSLGenerator
extends java.lang.Object
implements org.benow.xml.DOMGenerator


Nested Class Summary
static interface ClassXSLGenerator.Display
          How to display the annotated field.
static interface ClassXSLGenerator.Hidden
          Declare if field is to be hidden.
static interface ClassXSLGenerator.ItemTitle
          The title for single item listing
static interface ClassXSLGenerator.ListingTitle
          The title for multi-items listing
 
Constructor Summary
ClassXSLGenerator(java.lang.Class<?> type)
           
 
Method Summary
 void generateTo(org.w3c.dom.Document doc, org.w3c.dom.Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassXSLGenerator

public ClassXSLGenerator(java.lang.Class<?> type)
Method Detail

generateTo

public void generateTo(org.w3c.dom.Document doc,
                       org.w3c.dom.Element parent)
                throws java.io.IOException,
                       javax.xml.transform.TransformerException
Specified by:
generateTo in interface org.benow.xml.DOMGenerator
Throws:
java.io.IOException
javax.xml.transform.TransformerException