public class GatewayEntry extends Object
| Constructor and Description |
|---|
GatewayEntry() |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<HttpContentRequestImpl,List<String>> |
getContentRequests()
Get a map of content requests to be executed for this link.
|
String |
getIconUrl()
Get the icon for this link.
|
String |
getName()
Get the display text for this link.
|
void |
setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<String>> contentRequests)
Set the map of content requests to be executed for this link.
|
void |
setIconUrl(String iconUrl)
Set an icon for this link.
|
void |
setName(String name)
Set the display text for this link.
|
public String getName()
public void setName(String name)
name - public String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl - public LinkedHashMap<HttpContentRequestImpl,List<String>> getContentRequests()
public void setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<String>> contentRequests)
contentRequests - Copyright © 2013 Jasig. All Rights Reserved.