Package org.javlo.navigation
Class PageDescription
- java.lang.Object
-
- org.javlo.navigation.PageDescription
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MenuElement.SmartPageDescription
public class PageDescription extends Object implements Serializable
the description bean of the page, use for cache and JSTL.- Author:
- Patrick Vandermaesen
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,ImageTitleBean>
imageAreaBackground
ImageTitleBean
imageHeader
ImageTitleBean
imageLink
Collection<String>
needdedModules
Collection<String>
needdedResources
boolean
visible
-
Constructor Summary
Constructors Constructor Description PageDescription()
-
Method Summary
-
-
-
Field Detail
-
visible
public boolean visible
-
imageLink
public ImageTitleBean imageLink
-
imageHeader
public ImageTitleBean imageHeader
-
imageAreaBackground
public Map<String,ImageTitleBean> imageAreaBackground
-
needdedResources
public Collection<String> needdedResources
-
needdedModules
public Collection<String> needdedModules
-
-
Method Detail
-
isVisible
public boolean isVisible()
-
getStaticResources
public Collection<Link> getStaticResources()
-
setVisible
public void setVisible(boolean visible)
-
getDepth
public int getDepth()
-
setDepth
public void setDepth(int depth)
-
getTitle
public String getTitle()
-
getFont
public String getFont()
-
setFont
public void setFont(String font)
-
getLocalTitle
public String getLocalTitle()
-
setLocalTitle
public void setLocalTitle(String localTitle)
-
setTitle
public void setTitle(String title)
-
getSubTitle
public String getSubTitle()
-
getPriority
public int getPriority()
-
setSubTitle
public void setSubTitle(String subTitle)
-
getPageTitle
public String getPageTitle()
-
setPageTitle
public void setPageTitle(String pageTitle)
-
getLinkOn
public String getLinkOn()
-
setLinkOn
public void setLinkOn(String linkOn)
-
getImages
public Collection<IImageTitle> getImages()
-
getDescription
public HtmlPart getDescription()
-
setDescription
public void setDescription(HtmlPart description)
-
getMetaDescription
public String getMetaDescription()
-
setMetaDescription
public void setMetaDescription(String metaDescription)
-
getKeywords
public String getKeywords()
-
setKeywords
public void setKeywords(String keywords)
-
getGlobalTitle
public String getGlobalTitle()
-
setGlobalTitle
public void setGlobalTitle(String globalTitle)
-
getContentDate
public Date getContentDate()
-
setContentDate
public void setContentDate(Date contentDate)
-
isEmpty
public Boolean isEmpty()
-
setEmpty
public void setEmpty(String area, boolean empty)
-
setEmpty
public void setEmpty(Boolean isEmpty)
-
isRealContent
public boolean isRealContent()
-
isRealContentNull
public boolean isRealContentNull()
-
setIsRealContent
public void setIsRealContent(Boolean isRealContent)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getPageRank
public Double getPageRank()
-
setPageRank
public void setPageRank(Double pageRank)
-
getFirstTag
public String getFirstTag()
-
getHeaderContent
public String getHeaderContent()
-
setHeaderContent
public void setHeaderContent(String headerContent)
-
getTimeRange
public TimeRange getTimeRange()
-
setTimeRange
public void setTimeRange(TimeRange timeRange)
-
isContentDateVisible
public Boolean isContentDateVisible()
-
setContentDateVisible
public void setContentDateVisible(Boolean isContentDateVisible)
-
getReferenceLanguage
public String getReferenceLanguage()
-
setReferenceLanguage
public void setReferenceLanguage(String referenceLangugae)
-
isBreakRepeat
public boolean isBreakRepeat()
-
setBreakRepeat
public void setBreakRepeat(boolean breakRepeat)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getSharedName
public String getSharedName()
-
setSharedName
public void setSharedName(String sharedName)
-
getEvent
public Event getEvent()
-
setEvent
public void setEvent(Event event)
-
setSlogan
public void setSlogan(String slogan)
-
getSlogan
public String getSlogan()
-
getLinkLabel
public String getLinkLabel()
-
setLinkLabel
public void setLinkLabel(String linkLabel)
-
getLikeRoot
public Boolean getLikeRoot()
-
setLikeRoot
public void setLikeRoot(Boolean likeRoot)
-
getForward
public String getForward()
-
setForward
public void setForward(String forward)
-
getProduct
public Product.ProductBean getProduct()
-
setProduct
public void setProduct(Product.ProductBean product)
-
-