Uses of Interface
org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite

Packages that use PortletDefinitionComposite
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.security Jetspeed security service interfaces. 
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.components.portletregistry
 

Methods in org.apache.jetspeed.components.portletregistry that return PortletDefinitionComposite
 PortletDefinitionComposite PortletRegistry.getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
          Locates the portlet defintion by its unique ObjectID.
 PortletDefinitionComposite PortletRegistry.getPortletDefinitionByIdentifier(String identifier)
          Locates a portlet using it's unique identifier field.
 PortletDefinitionComposite PortletRegistry.getPortletDefinitionByUniqueName(String name)
          unique name is a string formed by the combination of a portlet's unique within it's parent application plus the parent application's unique name within the portlet container using ":" as a delimiter.
 

Methods in org.apache.jetspeed.components.portletregistry with parameters of type PortletDefinitionComposite
 void RegistryEventListener.portletRemoved(PortletDefinitionComposite def)
          portletUpdated - invoked when the definition of a portlet definition is removed by the registry
 void RegistryEventListener.portletUpdated(PortletDefinitionComposite def)
          portletUpdated - invoked when the definition of a portlet definition is updated by the registry or when the state modification is otherwise detected
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security with parameters of type PortletDefinitionComposite
 boolean SecurityAccessController.checkPortletAccess(PortletDefinitionComposite portlet, int mask)
           Checks access for the implicit active subject's access to the resource protected by the portlet permission This is an abstraction introduced in 2.1 for Permission Manager implementations NOT founded upon the a Java security policy.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.