|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.site.decoration.DecorationModel
public class DecorationModel
Describes the overall project decoration model.
| Constructor Summary | |
|---|---|
DecorationModel()
|
|
| Method Summary | |
|---|---|
void |
addPoweredBy(Logo logo)
Method addPoweredBy |
boolean |
equals(java.lang.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. |
java.lang.Object |
getCustom()
Get Custom configuration for use with customised velocity templates. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get null |
java.util.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(java.lang.Object custom)
Set Custom configuration for use with customised velocity templates. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set null |
void |
setPoweredBy(java.util.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. |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DecorationModel()
| Method Detail |
|---|
public void addPoweredBy(Logo logo)
logo - public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - public Banner getBannerLeft()
public Banner getBannerRight()
public Body getBody()
public java.lang.Object getCustom()
public java.lang.String getName()
public java.util.List getPoweredBy()
public PublishDate getPublishDate()
public Skin getSkin()
public Version getVersion()
public int hashCode()
hashCode in class java.lang.Objectpublic void removePoweredBy(Logo logo)
logo - public void setBannerLeft(Banner bannerLeft)
bannerLeft - public void setBannerRight(Banner bannerRight)
bannerRight - public void setBody(Body body)
body - public void setCustom(java.lang.Object custom)
custom - public void setName(java.lang.String name)
name - public void setPoweredBy(java.util.List poweredBy)
poweredBy - public void setPublishDate(PublishDate publishDate)
publishDate - public void setSkin(Skin skin)
skin - public void setVersion(Version version)
version - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||