@StableMinor(version="9.0", sinceVersion="5.0") public class PageWebResourceData extends Object
Constructor and Description |
---|
PageWebResourceData() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void setTitle(String title)
title
- the title.public void setDescription(String description)
description
- the description.public void setKeywords(List<String> keywords)
keywords
- the keywords. Must not be null. If no keywords is
desired, an empty list may be used.public void setMetaTags(Map<String,String> metaTags)
metaTagMap
- the new meta tags map.public String getTitle()
public String getDescription()
public List<String> getKeywords()
null
, but may return
an empty list if there is no keyword.Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.