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

Packages that use PortletDefinitionComposite
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.container.window.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.layout.impl   
org.apache.jetspeed.om.portlet.impl   
org.apache.jetspeed.om.preference.impl   
org.apache.jetspeed.portlets.selector   
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.util.descriptor   
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.aggregator.impl
 

Methods in org.apache.jetspeed.aggregator.impl with parameters of type PortletDefinitionComposite
protected  RenderingJob PortletRendererImpl.buildRenderingJob(org.apache.pluto.om.window.PortletWindow portletWindow, ContentFragment fragment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestContext requestContext, boolean isParallel, PortletDefinitionComposite portletDefinition, ContentDispatcherCtrl dispatcher, PortletContent portletContent, int expirationCache, boolean contentIsCached, long timeoutMetadata)
           
protected  RenderingJob PortletRendererImpl.buildRenderingJob(org.apache.pluto.om.window.PortletWindow portletWindow, ContentFragment fragment, RequestContext requestContext, boolean isParallel, PortletDefinitionComposite portletDefinition, PortletContent portletContent, boolean contentIsCached, long timeoutMetadata)
           
protected  boolean PortletRendererImpl.checkSecurityConstraint(PortletDefinitionComposite portlet, ContentFragment fragment)
           
protected  int PortletRendererImpl.getExpirationCache(PortletDefinitionComposite portletDefinition)
           
protected  long PortletRendererImpl.getTimeoutOnJob(PortletDefinitionComposite portletDefinition)
           
protected  boolean PortletRendererImpl.retrieveCachedContent(RequestContext requestContext, ContentFragment fragment, org.apache.pluto.om.window.PortletWindow portletWindow, int expiration, PortletDefinitionComposite portletDefinition)
          Retrieve cached content, if content retrieved successfully return true, if no content found return false
 

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

Methods in org.apache.jetspeed.components.portletregistry that return PortletDefinitionComposite
static PortletDefinitionComposite PortletDefinitionCompositeProxy.createProxy(PortletDefinitionComposite def)
           
 PortletDefinitionComposite PersistenceBrokerPortletRegistry.getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
           
 PortletDefinitionComposite PortletRegistry.getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
          Locates the portlet defintion by its unique ObjectID.
 PortletDefinitionComposite PersistenceBrokerPortletRegistry.getPortletDefinitionByIdentifier(java.lang.String identifier)
           
 PortletDefinitionComposite PortletRegistry.getPortletDefinitionByIdentifier(java.lang.String identifier)
          Locates a portlet using it's unique identifier field.
 PortletDefinitionComposite PersistenceBrokerPortletRegistry.getPortletDefinitionByUniqueName(java.lang.String name)
           
 PortletDefinitionComposite PortletRegistry.getPortletDefinitionByUniqueName(java.lang.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.
protected  PortletDefinitionComposite PortletDefinitionCompositeProxy.getRealApplication()
           
 

Methods in org.apache.jetspeed.components.portletregistry with parameters of type PortletDefinitionComposite
static PortletDefinitionComposite PortletDefinitionCompositeProxy.createProxy(PortletDefinitionComposite def)
           
 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
protected  void PortletDefinitionCompositeProxy.setRealDefinition(PortletDefinitionComposite d)
           
 

Constructors in org.apache.jetspeed.components.portletregistry with parameters of type PortletDefinitionComposite
PortletDefinitionCompositeProxy(PortletDefinitionComposite def)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.container.window.impl
 

Methods in org.apache.jetspeed.container.window.impl with parameters of type PortletDefinitionComposite
 void PortletWindowAccessorImpl.portletRemoved(PortletDefinitionComposite def)
           
 void PortletWindowAccessorImpl.portletUpdated(PortletDefinitionComposite def)
           
protected  void PortletWindowAccessorImpl.removeForPortletDefinition(PortletDefinitionComposite def)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration with parameters of type PortletDefinitionComposite
protected  boolean AbstractDecoratorActionsFactory.checkSecurityConstraint(PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController, java.lang.String action)
           
 java.util.List DecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List allowedActions, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List AbstractDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List CustomDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List PrintSoloDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.layout.impl
 

Methods in org.apache.jetspeed.layout.impl that return PortletDefinitionComposite
protected  PortletDefinitionComposite GetPortletsAction.getPortletFromParsedObject(ParsedObject po)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.om.portlet.impl
 

Classes in org.apache.jetspeed.om.portlet.impl that implement PortletDefinitionComposite
 class FragmentPortletDefinition
          Per-request wrapper for a PortletDefinition that allows for the supplementaton of psml-based portlet Preferences.
 class PortletDefinitionImpl
          PortletDefinitionImpl
 

Constructors in org.apache.jetspeed.om.portlet.impl with parameters of type PortletDefinitionComposite
FragmentPortletDefinition(PortletDefinitionComposite portletDefinition, Fragment fragment)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.om.preference.impl
 

Methods in org.apache.jetspeed.om.preference.impl with parameters of type PortletDefinitionComposite
static java.util.prefs.Preferences PrefsPreference.createPrefenceNode(PortletDefinitionComposite portlet)
           createPrefenceNode
 

Constructors in org.apache.jetspeed.om.preference.impl with parameters of type PortletDefinitionComposite
PrefsPreference(PortletDefinitionComposite portlet, java.lang.String name)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.portlets.selector
 

Methods in org.apache.jetspeed.portlets.selector that return PortletDefinitionComposite
protected  PortletDefinitionComposite PortletSelector.getPortletFromParsedObject(ParsedObject po)
           
protected  PortletDefinitionComposite CategoryPortletSelector.getPortletFromParsedObject(ParsedObject po)
           
 

Methods in org.apache.jetspeed.portlets.selector with parameters of type PortletDefinitionComposite
protected  PortletInfo CategoryPortletSelector.filterPortlet(PortletDefinitionComposite portlet, java.util.Locale locale)
          Filters portlets being added to the based on security checks and layout criteria
 

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.
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.security.impl
 

Methods in org.apache.jetspeed.security.impl with parameters of type PortletDefinitionComposite
 boolean SecurityAccessControllerImpl.checkPortletAccess(PortletDefinitionComposite portlet, int mask)
           
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.util.descriptor
 

Fields in org.apache.jetspeed.util.descriptor declared as PortletDefinitionComposite
protected  PortletDefinitionComposite PortletPreferenceRule.portlet
           
 



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