se.portfolio.scam.web.taglib
Class CreatedTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
se.kmr.scam.web.taglib.common.BodyTagSupport
se.kmr.scam.web.taglib.common.BasePropertyTag
se.portfolio.scam.web.taglib.ContentBasePropertyTag
se.portfolio.scam.web.taglib.CreatedTag
- All Implemented Interfaces:
- BodyTag, IterationTag, Serializable, Tag
- public class CreatedTag
- extends se.portfolio.scam.web.taglib.ContentBasePropertyTag
Exposes the value of the DCTERMS:created property for a given Resource.
- Version:
- $Revision: 1.4 $
- Author:
- Jöran
- See Also:
- Serialized Form
- Created:
- den 23 oktober 2002
Fields inherited from class se.kmr.scam.web.taglib.common.BasePropertyTag |
_currentObject, _default, _delimiter, _iterator, _lang, _maxSize, _maxSizeTot, _values, default_, delimiter_, lang_, maxSize_, maxSizeTot_ |
Methods inherited from class se.kmr.scam.web.taglib.common.BasePropertyTag |
doAfterBody, doEndTag, doStartTag, exposeValues, getCurrentObject, getHasMore, getLanguage, info, release, setDefault, setDelimiter, setLanguage, setMaxSize, setMaxSizeTot, toString |
CreatedTag
public CreatedTag()
getProperty
public Property getProperty()
- Gets a property to expose.
- Returns:
- the property
getValueNodes
public List getValueNodes()
throws RDFException,
JspException
- Gets the property value that the implementation represents.
- Specified by:
getValueNodes
in class BasePropertyTag
- Returns:
- the value object, if the property exists (of defiend language),
oterwise null.
- Throws:
RDFException
- thrown in case of exception extracting property value
JspException
- thrown in case of internal exception.
Copyright © 2003 SCAM. All Rights Reserved.