lumis.portal.page.webresource
Class DefaultPageWebResourceDataProvider
java.lang.Object
lumis.portal.page.webresource.AbstractPageWebResourceDataProvider
lumis.portal.page.webresource.DefaultPageWebResourceDataProvider
- All Implemented Interfaces:
- IPageWebResourceDataProvider
- Direct Known Subclasses:
- ContentPageWebResourceDataProvider
@StableMinor(version="6.2",
sinceVersion="5.0")
public class DefaultPageWebResourceDataProvider
- extends AbstractPageWebResourceDataProvider
Default page web resource data provider.
Simply returns the data specified in the page properties.
- Since:
- 5.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPageWebResourceDataProvider
public DefaultPageWebResourceDataProvider()
getTitle
protected String getTitle()
throws PortalException
- Description copied from class:
AbstractPageWebResourceDataProvider
- Returns the title for the page web resource.
- Specified by:
getTitle
in class AbstractPageWebResourceDataProvider
- Returns:
- the title. Must not be
null
.
- Throws:
PortalException
getDescription
protected String getDescription()
throws PortalException
- Description copied from class:
AbstractPageWebResourceDataProvider
- Returns the description for the page web resource.
- Specified by:
getDescription
in class AbstractPageWebResourceDataProvider
- Returns:
- the description.
- Throws:
PortalException
getKeywords
protected List<String> getKeywords()
throws PortalException
- Description copied from class:
AbstractPageWebResourceDataProvider
- Returns the keywords for the page web resource.
- Specified by:
getKeywords
in class AbstractPageWebResourceDataProvider
- Returns:
- the keywords. Must not be
null
, but may be an
empty list to indicate there are no keywords.
- Throws:
PortalException
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.