public class PortletPathItem extends Object
| Constructor and Description |
|---|
PortletPathItem(Map<String,String> renderParams,
String label)
Instantiates a new portlet path item.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the label.
|
Map<String,String> |
getRenderParams()
Gets the render params.
|
String |
getUrl()
Gets the url.
|
void |
setLabel(String label)
Sets the label.
|
void |
setRenderParams(Map<String,String> renderParams)
Sets the render params.
|
void |
setUrl(String url)
Sets the url.
|
public String url
public String getUrl()
public void setUrl(String url)
url - the new urlpublic Map<String,String> getRenderParams()
public void setRenderParams(Map<String,String> renderParams)
renderParams - the render paramspublic String getLabel()
public void setLabel(String label)
label - the new labelCopyright © 2021. All rights reserved.