Uses of Interface
org.apache.jetspeed.capability.CapabilityMap

Packages that use CapabilityMap
org.apache.jetspeed.capability Facilities for handling various browser types and their respective capabilities. 
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.om.registry.base   
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.portal.portlets   
org.apache.jetspeed.services   
org.apache.jetspeed.services.profiler   
org.apache.jetspeed.services.rundata   
 

Uses of CapabilityMap in org.apache.jetspeed.capability
 

Classes in org.apache.jetspeed.capability that implement CapabilityMap
 class BaseCapabilityMap
          Read only wrapper around a ClientEntry registry entry that implements the CapabilityMap interface
 

Methods in org.apache.jetspeed.capability that return CapabilityMap
static CapabilityMap CapabilityMapFactory.getCapabilityMap(org.apache.turbine.util.RunData rundata)
          Returns the map corresponding to the given RunData.
static CapabilityMap CapabilityMapFactory.getCapabilityMap(java.lang.String useragent)
          Returns the map corresponding to the given user-agent
static CapabilityMap CapabilityMapFactory.getDefaultCapabilityMap()
          Returns the map corresponding to the given user-agent
 

Uses of CapabilityMap in org.apache.jetspeed.om.registry
 

Methods in org.apache.jetspeed.om.registry with parameters of type CapabilityMap
 java.util.Iterator MediaTypeRegistry.findForCapability(CapabilityMap cm)
           
 

Uses of CapabilityMap in org.apache.jetspeed.om.registry.base
 

Methods in org.apache.jetspeed.om.registry.base with parameters of type CapabilityMap
 java.util.Iterator BaseMediaTypeRegistry.findForCapability(CapabilityMap cm)
           
 

Uses of CapabilityMap in org.apache.jetspeed.portal
 

Methods in org.apache.jetspeed.portal that return CapabilityMap
 CapabilityMap PortletConfig.getCapabilityMap()
           
 CapabilityMap BasePortletConfig.getCapabilityMap()
           
 

Methods in org.apache.jetspeed.portal with parameters of type CapabilityMap
 void PortletSkin.setCapabilityMap(CapabilityMap cm)
          This allows the PortalToolKit to make the PortletSkin aware of the current user-agents's capabilities
 void PortletConfig.setCapabilityMap(CapabilityMap cm)
           
 void BasePortletSkin.setCapabilityMap(CapabilityMap cm)
          This allows the PortalToolKit to make the PortletSkin aware of the current user-agents's capabilities
 void BasePortletConfig.setCapabilityMap(CapabilityMap cm)
           
 

Uses of CapabilityMap in org.apache.jetspeed.portal.portlets
 

Methods in org.apache.jetspeed.portal.portlets with parameters of type CapabilityMap
protected  void AbstractPortlet.setContent(org.apache.ecs.ConcreteElement content, CapabilityMap map)
           
 org.apache.ecs.ConcreteElement AbstractPortlet.getContent(org.apache.turbine.util.RunData rundata, CapabilityMap map)
           
 org.apache.ecs.ConcreteElement AbstractPortlet.getContent(org.apache.turbine.util.RunData rundata, CapabilityMap map, boolean allowRecurse)
           
 

Uses of CapabilityMap in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services with parameters of type CapabilityMap
static Profile Profiler.getProfile(org.apache.turbine.util.RunData rundata, CapabilityMap cm)
          get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler
 

Uses of CapabilityMap in org.apache.jetspeed.services.profiler
 

Methods in org.apache.jetspeed.services.profiler with parameters of type CapabilityMap
 Profile ProfilerService.getProfile(org.apache.turbine.util.RunData rundata, CapabilityMap cm)
          get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler
 Profile JetspeedProfilerService.getProfile(org.apache.turbine.util.RunData data, CapabilityMap cm)
          get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler
protected  Profile JetspeedProfilerService.getRoleProfile(JetspeedRunData rundata, CapabilityMap cm)
          Process role profiles
protected  Profile JetspeedProfilerService.getGroupProfile(JetspeedRunData rundata, CapabilityMap cm)
          Process group profiles
protected  Profile JetspeedProfilerService.fallbackProfile(org.apache.turbine.util.RunData data, CapabilityMap cm)
          get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler
protected  java.lang.String JetspeedProfilerService.getMediaType(org.apache.turbine.util.RunData rundata, CapabilityMap cm)
          Lookup the media type from the CapabilitMap.
 

Uses of CapabilityMap in org.apache.jetspeed.services.rundata
 

Methods in org.apache.jetspeed.services.rundata that return CapabilityMap
 CapabilityMap JetspeedRunData.getCapability()
          Returns the capability map for the user agent issuing this request
 CapabilityMap DefaultJetspeedRunData.getCapability()
          Returns the capability map for the user agent issuing this request
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.