org.apache.maven.doxia.site.Body Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doxia-site-model Show documentation
Show all versions of doxia-site-model Show documentation
The Site Model handles the descriptor for sites, also known as site.xml.
The newest version!
/*
=================== DO NOT EDIT THIS FILE ====================
Generated by Modello 2.4.0,
any modifications will be overwritten.
==============================================================
*/
package org.apache.maven.doxia.site;
/**
* The main content.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Body
implements java.io.Serializable, java.lang.Cloneable
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Additional content (like JavaScript) to include in the HEAD
* block of the generated pages.
*/
private String head;
/**
* Field links.
*/
private java.util.List links;
/**
* Field breadcrumbs.
*/
private java.util.List breadcrumbs;
/**
* Field menus.
*/
private java.util.List