com.sun.xml.bind.taglets
Class CustomPackageWriterImpl

java.lang.Object
  extended by PackageWriterImpl
      extended by com.sun.xml.bind.taglets.CustomPackageWriterImpl

public class CustomPackageWriterImpl
extends PackageWriterImpl

Class to generate file for each package contents in the right-hand frame. This will list all the Class Kinds in the package. A click on any class-kind will update the frame with the clicked class-kind page.


Constructor Summary
CustomPackageWriterImpl(ConfigurationImpl configuration, PackageDoc packageDoc, PackageDoc prev, PackageDoc next)
           
 
Method Summary
 void writePackageDescription()
          
 void writePackageHeader(java.lang.String heading)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPackageWriterImpl

public CustomPackageWriterImpl(ConfigurationImpl configuration,
                               PackageDoc packageDoc,
                               PackageDoc prev,
                               PackageDoc next)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

writePackageDescription

public void writePackageDescription()


writePackageHeader

public void writePackageHeader(java.lang.String heading)