org.apache.maven.doxia.site.decoration
public class DecorationModel extends Object implements Serializable
Version: $Revision$ $Date$
Method Summary | |
---|---|
void | addPoweredBy(Logo logo)
Method addPoweredBy
|
boolean | equals(Object other)
Method equals
|
Banner | getBannerLeft()
Get Banner logo on the masthead of the site to the left. |
Banner | getBannerRight()
Get Banner logo on the masthead of the site to the right. |
Body | getBody()
Get The main site content decoration. |
Object | getCustom()
Get Custom configuration for use with customised velocity
templates. |
String | getModelEncoding() |
String | getName()
Get null |
List | getPoweredBy()
Method getPoweredBy |
PublishDate | getPublishDate()
Get Modify the date published display properties. |
Skin | getSkin()
Get The artifact containing the skin for the site |
Version | getVersion()
Get Modify the version display properties. |
int | hashCode()
Method hashCode |
void | removePoweredBy(Logo logo)
Method removePoweredBy
|
void | setBannerLeft(Banner bannerLeft)
Set Banner logo on the masthead of the site to the left.
|
void | setBannerRight(Banner bannerRight)
Set Banner logo on the masthead of the site to the right.
|
void | setBody(Body body)
Set The main site content decoration.
|
void | setCustom(Object custom)
Set Custom configuration for use with customised velocity
templates.
|
void | setModelEncoding(String modelEncoding) |
void | setName(String name)
Set null
|
void | setPoweredBy(List poweredBy)
Set Powered by logos.
|
void | setPublishDate(PublishDate publishDate)
Set Modify the date published display properties.
|
void | setSkin(Skin skin)
Set The artifact containing the skin for the site
|
void | setVersion(Version version)
Set Modify the version display properties.
|
String | toString()
Method toString |
Parameters: logo
Parameters: other
Parameters: logo
Parameters: bannerLeft
Parameters: bannerRight
Parameters: body
Parameters: custom
Parameters: name
Parameters: poweredBy
Parameters: publishDate
Parameters: skin
Parameters: version