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 String
getAccessToken()
String
getAllInfoHtml()
String
getAllInfoText()
String
getAuthors()
String
getCopyright()
String
getDescription()
int
getFocusZoneX()
int
getFocusZoneY()
StaticInfoBean
getFolder()
String
getFullDate()
String
getFullTitle()
String
getHtmlCopyright()
String
getHtmlDescription()
String
getHtmlFullTitle()
String
getHtmlLocation()
String
getHtmlTitle()
String
getId()
ImageSize
getImageSize()
String
getKey()
get manual key (jstl)String
getKeywords()
String
getLanguage()
String
getLocation()
String
getName()
StaticInfo.Position
getPosition()
String
getReference()
String
getShortDate()
String
getSortableDate()
StaticInfo
getStaticInfo()
Set<String>
getTaxonomy()
String
getTitle()
String
getURL()
boolean
isEmptyInfo()
void
setKey(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:
getTaxonomy
in interfaceITaxonomyContainer
-
-