Uses of Class
org.jasig.portal.utils.Tuple

Packages that use Tuple
org.jasig.portal.portlet.registry   
org.jasig.portal.portlets.portletadmin   
org.jasig.portal.utils   
 

Uses of Tuple in org.jasig.portal.portlet.registry
 

Methods in org.jasig.portal.portlet.registry that return Tuple
 Tuple<String,String> IPortletDefinitionRegistry.getPortletDescriptorKeys(IPortletDefinition portletDefinition)
          Get the portletApplicationId and portletName for the specified portlet definition.
 Tuple<String,String> PortletDefinitionRegistryImpl.getPortletDescriptorKeys(IPortletDefinition portletDefinition)
          Get the portletApplicationId and portletName for the specified channel definition id.
 

Uses of Tuple in org.jasig.portal.portlets.portletadmin
 

Methods in org.jasig.portal.portlets.portletadmin that return Tuple
protected  Tuple<String,String> PortletAdministrationHelper.getPortletDescriptorKeys(ChannelDefinitionForm form)
           
 

Uses of Tuple in org.jasig.portal.utils
 

Methods in org.jasig.portal.utils that return types with arguments of type Tuple
 Map<Tuple<Class<?>,String>,URL> ResourceLoader.getResourceUrlCache()
           
 Map<Tuple<Class<?>,String>,ResourceMissingException> ResourceLoader.getResourceUrlNotFoundCache()
           
 

Method parameters in org.jasig.portal.utils with type arguments of type Tuple
 void ResourceLoader.setResourceUrlCache(Map<Tuple<Class<?>,String>,URL> resourceUrlCache)
           
 void ResourceLoader.setResourceUrlNotFoundCache(Map<Tuple<Class<?>,String>,ResourceMissingException> resourceUrlNotFoundCache)
           
 



Copyright © 2010 Jasig. All Rights Reserved.