lumis.portal.page.webresource
Class PageWebResourceData

Package class diagram package PageWebResourceData
java.lang.Object
  extended by lumis.portal.page.webresource.PageWebResourceData

@StableMinor(version="6.2",
             sinceVersion="5.0")
public class PageWebResourceData
extends Object

POJO for holding customizable data for a page web resource.

Since:
5.0.0

Constructor Summary
PageWebResourceData()
           
 
Method Summary
 String getDescription()
          Returns the page web resource description.
 List<String> getKeywords()
          Returns the page web resource keywords.
 Map<String,String> getMetaTags()
          Returns the page meta tags in a map.
 String getTitle()
          Returns the page web resource title.
 void setDescription(String description)
          Sets the page web resource description.
 void setKeywords(List<String> keywords)
          Sets the page web resource keywords.
 void setMetaTags(Map<String,String> metaTags)
          Sets the page meta tags map.
 void setTitle(String title)
          Sets the page web resource title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageWebResourceData

public PageWebResourceData()
Method Detail

setTitle

public void setTitle(String title)
Sets the page web resource title.

Parameters:
title - the title.
Since:
5.0.0

setDescription

public void setDescription(String description)
Sets the page web resource description.

Parameters:
description - the description.
Since:
5.0.0

setKeywords

public void setKeywords(List<String> keywords)
Sets the page web resource keywords.

Parameters:
keywords - the keywords. Must not be null. If no keywords is desired, an empty list may be used.
Since:
5.0.0

setMetaTags

public void setMetaTags(Map<String,String> metaTags)
Sets the page meta tags map.

Parameters:
metaTagMap - the new meta tags map.
Since:
6.0.0

getTitle

public String getTitle()
Returns the page web resource title.

Returns:
the title.
Since:
5.0.0

getDescription

public String getDescription()
Returns the page web resource description.

Returns:
the description.
Since:
5.0.0

getKeywords

public List<String> getKeywords()
Returns the page web resource keywords.

Returns:
the keywords. Never returns null, but may return an empty list if there is no keyword.
Since:
5.0.0

getMetaTags

public Map<String,String> getMetaTags()
Returns the page meta tags in a map.

Returns:
a map containing the page meta tags.
Since:
6.0.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.