Package org.javlo.ztatic
Class StaticInfoBean
- java.lang.Object
-
- org.javlo.ztatic.StaticInfoBean
-
- All Implemented Interfaces:
ITaxonomyContainer
public class StaticInfoBean extends Object implements ITaxonomyContainer
-
-
Constructor Summary
Constructors Constructor Description StaticInfoBean(ContentContext ctx, StaticInfo staticInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetAllInfoHtml()StringgetAllInfoText()StringgetAuthors()StringgetCopyright()StringgetDescription()intgetFocusZoneX()intgetFocusZoneY()StaticInfoBeangetFolder()StringgetFullDate()StringgetFullTitle()StringgetHtmlCopyright()StringgetHtmlDescription()StringgetHtmlFullTitle()StringgetHtmlLocation()StringgetHtmlTitle()StringgetId()ImageSizegetImageSize()StringgetKey()get manual key (jstl)StringgetKeywords()StringgetLanguage()StringgetLocation()StringgetName()StaticInfo.PositiongetPosition()StringgetReference()StringgetShortDate()StringgetSortableDate()StaticInfogetStaticInfo()Set<String>getTaxonomy()StringgetTitle()StringgetURL()booleanisEmptyInfo()voidsetKey(String key)set manual key (jstl)
-
-
-
Constructor Detail
-
StaticInfoBean
public StaticInfoBean(ContentContext ctx, StaticInfo staticInfo) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getId
public String getId()
-
getTitle
public String getTitle()
-
getHtmlTitle
public String getHtmlTitle()
-
getDescription
public String getDescription()
-
getReference
public String getReference()
-
getAuthors
public String getAuthors()
-
getLanguage
public String getLanguage()
-
getHtmlDescription
public String getHtmlDescription()
-
getCopyright
public String getCopyright()
-
getHtmlCopyright
public String getHtmlCopyright()
-
getLocation
public String getLocation()
-
getHtmlLocation
public String getHtmlLocation()
-
getAccessToken
public String getAccessToken()
-
getFullTitle
public String getFullTitle()
-
getHtmlFullTitle
public String getHtmlFullTitle()
-
getSortableDate
public String getSortableDate()
-
getShortDate
public String getShortDate()
-
getFullDate
public String getFullDate()
-
getStaticInfo
public StaticInfo getStaticInfo()
-
getKey
public String getKey()
get manual key (jstl)- Returns:
-
setKey
public void setKey(String key)
set manual key (jstl)- Parameters:
key-
-
getFolder
public StaticInfoBean getFolder()
-
getPosition
public StaticInfo.Position getPosition()
-
getName
public String getName()
-
getKeywords
public String getKeywords()
-
getURL
public String getURL() throws IOException
- Throws:
IOException
-
getFocusZoneX
public int getFocusZoneX()
-
getFocusZoneY
public int getFocusZoneY()
-
isEmptyInfo
public boolean isEmptyInfo()
-
getAllInfoHtml
public String getAllInfoHtml()
-
getAllInfoText
public String getAllInfoText()
-
getImageSize
public ImageSize getImageSize()
-
getTaxonomy
public Set<String> getTaxonomy()
- Specified by:
getTaxonomyin interfaceITaxonomyContainer
-
-