project35.specifications
Class PrintDocumentLevelValidationServices
java.lang.Object
project35.specifications.FunctionalSpecificationAspect
project35.specifications.PrintDocumentLevelValidationServices
- All Implemented Interfaces:
- ServiceAspectDescription
public class PrintDocumentLevelValidationServices
- extends FunctionalSpecificationAspect
This generates the part of a functional specification that describes
the document validation services that are used in the application.
Copyright (c) 2008 Kevin Garwood for Project35. This code is
licensed under the Academic Free License version 3.0. For more information
on the terms and conditions, please see the file "LICENSE" that is included
in this distribution.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net)
|
Method Summary |
void |
generateHTML()
generates the HTML for the functional specification aspect. |
| Methods inherited from class project35.specifications.FunctionalSpecificationAspect |
addColumnColourValue, addColumnHeader, addColumnValue, addYesNoColumnValue, beginColumnValue, beginParagraph, beginRow, beginTable, endColumnValue, endParagraph, endRow, endTable, getBulletedList, getDescription, getHyperLinkText, getJumpLinkTable, printBackToTop, printBoldHeading, printBulletedList, printBulletedList, printEnumeratedList, printField, printField, printHeading, printHorizontalLine, printHyperLink, printHyperLink, printParagraphSeparator, printParagraphText, replaceSpacesWithUnderscores, setSectionNumber |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceSpecificationUtility
protected PrintServiceSpecification serviceSpecificationUtility
PrintDocumentLevelValidationServices
public PrintDocumentLevelValidationServices(Project35ApplicationContext targetSchemaApplicationContext)
generateHTML
public void generateHTML()
- Description copied from class:
FunctionalSpecificationAspect
- generates the HTML for the functional specification aspect.
- Specified by:
generateHTML in class FunctionalSpecificationAspect