org.jasig.portlet.proxy.mvc.portlet.gateway
Class GatewayEntry

java.lang.Object
  extended by org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry

public class GatewayEntry
extends Object


Constructor Summary
GatewayEntry()
           
 
Method Summary
 LinkedHashMap<HttpContentRequestImpl,List<String>> getContentRequests()
           
 String getIconUrl()
           
 String getName()
           
 void setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<String>> contentRequests)
           
 void setIconUrl(String iconUrl)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayEntry

public GatewayEntry()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getIconUrl

public String getIconUrl()

setIconUrl

public void setIconUrl(String iconUrl)

getContentRequests

public LinkedHashMap<HttpContentRequestImpl,List<String>> getContentRequests()

setContentRequests

public void setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<String>> contentRequests)


Copyright © 2012 Jasig. All Rights Reserved.