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

Packages that use PortletApplication
org.apache.jetspeed.decoration   
org.apache.jetspeed.factory   
org.apache.jetspeed.om.common.portlet   
org.apache.jetspeed.om.portlet.impl   
org.apache.jetspeed.portlets.pam   
org.apache.jetspeed.portlets.pam.beans   
 

Uses of PortletApplication in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration with parameters of type PortletApplication
 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)
           
 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)
           
 java.util.List DecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List DefaultDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List CustomDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List PrintSoloDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
 

Uses of PortletApplication in org.apache.jetspeed.factory
 

Methods in org.apache.jetspeed.factory with parameters of type PortletApplication
 java.lang.ClassLoader JetspeedPortletFactory.getPortletApplicationClassLoader(PortletApplication pa)
           
 java.lang.ClassLoader PortletFactory.getPortletApplicationClassLoader(PortletApplication pa)
           
 boolean JetspeedPortletFactory.isPortletApplicationRegistered(PortletApplication pa)
           
 boolean PortletFactory.isPortletApplicationRegistered(PortletApplication pa)
           
 void JetspeedPortletFactory.registerPortletApplication(PortletApplication pa, java.lang.ClassLoader cl)
           
 void PortletFactory.registerPortletApplication(PortletApplication pa, java.lang.ClassLoader paClassLoader)
           
 void JetspeedPortletFactory.unregisterPortletApplication(PortletApplication pa)
           
 void PortletFactory.unregisterPortletApplication(PortletApplication pa)
           
 

Uses of PortletApplication in org.apache.jetspeed.om.common.portlet
 

Subinterfaces of PortletApplication in org.apache.jetspeed.om.common.portlet
 interface MutablePortletApplication
          MutablePortletApplication Extends the org.apache.pluto.om.portlet.PortletApplicationDefinition interface adding mutator methods for those attributes that do not have them so as to make manipulating the portlet OM easier.
 

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

Classes in org.apache.jetspeed.om.portlet.impl that implement PortletApplication
 class PortletApplicationDefinitionImpl
           
 

Uses of PortletApplication in org.apache.jetspeed.portlets.pam
 

Constructors in org.apache.jetspeed.portlets.pam with parameters of type PortletApplication
PortletApplicationBean(PortletApplication pa)
           
 

Uses of PortletApplication in org.apache.jetspeed.portlets.pam.beans
 

Classes in org.apache.jetspeed.portlets.pam.beans that implement PortletApplication
 class PortletApplicationBean
          This portlet is a browser over all the portlet applications in the system.
 

Constructors in org.apache.jetspeed.portlets.pam.beans with parameters of type PortletApplication
PortletApplicationBean(PortletApplication pa)
           
 



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