Serialized Form


Package org.apache.maven.doxia.docrenderer

Class org.apache.maven.doxia.docrenderer.DocRendererException extends java.lang.Exception implements Serializable


Package org.apache.maven.doxia.docrenderer.document

Class org.apache.maven.doxia.docrenderer.document.DocumentMeta extends java.lang.Object implements Serializable

Serialized Fields

title

java.lang.String title
Title of the document.


author

java.lang.String author
The author of the document.


subject

java.lang.String subject
The subject of the document.


keywords

java.lang.String keywords
The keywords of the document.


pageSize

java.lang.String pageSize
The pagesize of the document.

Class org.apache.maven.doxia.docrenderer.document.DocumentModel extends java.lang.Object implements Serializable

Serialized Fields

outputName

java.lang.String outputName
Field outputName.


meta

DocumentMeta meta
The Meta information properties.


toc

DocumentTOC toc
The TOC information properties.


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.

Class org.apache.maven.doxia.docrenderer.document.DocumentTOC extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name to use for the menu.


items

java.util.List items
Field items.

Class org.apache.maven.doxia.docrenderer.document.DocumentTOCItem extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name to use for the toc.


ref

java.lang.String ref
The ref to use for the item.



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.