Uses of Interface
org.apache.jetspeed.components.portletregistry.PortletRegistry

Packages that use PortletRegistry
org.apache.jetspeed.components.portletentity   
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.components.util   
org.apache.jetspeed.container.window.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.deployment.impl   
org.apache.jetspeed.layout.impl   
org.apache.jetspeed.om.portlet.impl   
org.apache.jetspeed.portlets.layout   
org.apache.jetspeed.portlets.selector   
org.apache.jetspeed.portlets.site   
org.apache.jetspeed.services.information   
org.apache.jetspeed.tools.pamanager   
org.apache.jetspeed.tools.registration   
org.apache.jetspeed.userinfo.impl   
 

Uses of PortletRegistry in org.apache.jetspeed.components.portletentity
 

Fields in org.apache.jetspeed.components.portletentity declared as PortletRegistry
protected static PortletRegistry PortletEntityImpl.registry
           
 

Constructors in org.apache.jetspeed.components.portletentity with parameters of type PortletRegistry
PersistenceBrokerPortletEntityAccess(PortletRegistry registry)
           
PersistenceBrokerPortletEntityAccess(PortletRegistry registry, RequestContextComponent rcc)
           
PersistenceBrokerPortletEntityAccess(PortletRegistry registry, RequestContextComponent rcc, PageManager pageManager)
           
PersistenceBrokerPortletEntityAccess(PortletRegistry registry, RequestContextComponent rcc, PageManager pageManager, boolean mergeSharedPreferences)
           
 

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

Classes in org.apache.jetspeed.components.portletregistry that implement PortletRegistry
 class PersistenceBrokerPortletRegistry
           OjbPortletRegistry
 

Methods in org.apache.jetspeed.components.portletregistry with parameters of type PortletRegistry
static void RegistryPortletCache.cacheInit(PortletRegistry r, JetspeedCache o, JetspeedCache n, java.util.List l)
           
static void RegistryApplicationCache.cacheInit(PortletRegistry r, JetspeedCache o, JetspeedCache n, java.util.List l)
           
static void PortletDefinitionCompositeProxy.setRegistry(PortletRegistry r)
           
static void MutablePortletApplicationProxy.setRegistry(PortletRegistry r)
           
 

Uses of PortletRegistry in org.apache.jetspeed.components.util
 

Fields in org.apache.jetspeed.components.util declared as PortletRegistry
protected  PortletRegistry RegistrySupportedTestCase.portletRegistry
           
 

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

Constructors in org.apache.jetspeed.container.window.impl with parameters of type PortletRegistry
PortletWindowAccessorImpl(PortletEntityAccessComponent entityAccessor, PortletFactory portletFactory, PortletRegistry registry, PortletWindowCache portletWindowCache, boolean validateWindows)
           
 

Uses of PortletRegistry in org.apache.jetspeed.decoration
 

Constructors in org.apache.jetspeed.decoration with parameters of type PortletRegistry
DecorationFactoryImpl(PortletRegistry registry, java.lang.String decorationsPath, ResourceValidator validator, JetspeedCache decorationConfigurationCache)
           
 

Uses of PortletRegistry in org.apache.jetspeed.deployment.impl
 

Fields in org.apache.jetspeed.deployment.impl declared as PortletRegistry
protected  PortletRegistry StandardDeploymentManager.registry
           
 

Constructors in org.apache.jetspeed.deployment.impl with parameters of type PortletRegistry
DeployPortletAppEventListener(PortletApplicationManagement pam, PortletRegistry registry, java.lang.String webAppDir, java.lang.String localAppDir, boolean stripLoggers)
           
DeployPortletAppEventListener(PortletApplicationManagement pam, PortletRegistry registry, java.lang.String webAppDir, java.lang.String localAppDir, java.lang.String localAppStagingDir, boolean stripLoggers)
           
JettyDeployPortletAppEventListener(PortletApplicationManagement pam, PortletRegistry registry, java.lang.String webAppDir, java.lang.String localAppDir, boolean stripLoggers, java.lang.String jettyContextsDir)
           
JettyDeployPortletAppEventListener(PortletApplicationManagement pam, PortletRegistry registry, java.lang.String webAppDir, java.lang.String localAppDir, java.lang.String localAppStagingDir, boolean stripLoggers, java.lang.String jettyContextsDir)
           
 

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

Methods in org.apache.jetspeed.layout.impl that return PortletRegistry
protected  PortletRegistry MovePortletAction.getPortletRegistry()
           
protected  PortletRegistry RemovePortletAction.getPortletRegistry()
           
 

Methods in org.apache.jetspeed.layout.impl with parameters of type PortletRegistry
static int PortletPlacementContextImpl.getColumnCountAndSizes(Fragment layoutFragment, PortletRegistry registry, java.util.Map fragSizes)
           
static int PortletPlacementContextImpl.getColumnCountAndSizes(Fragment layoutFragment, PortletRegistry registry, java.util.Map fragSizes, boolean suppressErrorLogging)
           
 Fragment NestedFragmentContext.getFragmentOnNewPage(Page newPage, PortletRegistry registry)
           
protected  void NestedFragmentContext.init(PortletRegistry registry)
           
 

Constructors in org.apache.jetspeed.layout.impl with parameters of type PortletRegistry
AddPortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, GetPortletsAction getPortletsAction)
           
AddPortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, PageManager pageManager, PortletActionSecurityBehavior securityBehavior, GetPortletsAction getPortletsAction)
           
AddPortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, PageManager pageManager, PortletActionSecurityBehavior securityBehavior, GetPortletsAction getPortletsAction, boolean allowDuplicatePortlets)
           
GetPageAction(java.lang.String template, java.lang.String errorTemplate, PageManager pageManager, PortletActionSecurityBehavior securityBehavior, PortletRegistry registry, DecorationValve decorationValve)
           
GetPortletsAction(java.lang.String template, java.lang.String errorTemplate, PageManager pageManager, PortletRegistry registry, SearchEngine searchEngine, SecurityAccessController securityAccessController, PortletActionSecurityBehavior securityBehavior)
           
MovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, PageManager pageManager, PortletActionSecurityBehavior securityBehavior)
           
MovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, java.lang.String sMoveType)
           
MovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, java.lang.String sMoveType, PageManager pageManager, PortletActionSecurityBehavior securityBehavior)
           
NestedFragmentContext(Fragment targetFragment, Page page, PortletRegistry registry)
           
PortletPlacementContextImpl(Page page, PortletRegistry registry)
           
PortletPlacementContextImpl(Page page, PortletRegistry registry, Fragment container)
           
RemovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry)
           
RemovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, PageManager pageManager, PortletActionSecurityBehavior securityBehavior)
           
 

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

Fields in org.apache.jetspeed.om.portlet.impl declared as PortletRegistry
protected static PortletRegistry PortletDefinitionImpl.registry
          This is a static instance of the PortletREgistry that can be used by all instances of the PortletDefinitionImpl to support the PortletDefintionCtrl.store() method.
 

Methods in org.apache.jetspeed.om.portlet.impl with parameters of type PortletRegistry
static void PortletDefinitionImpl.setPortletRegistry(PortletRegistry registry)
           
 

Uses of PortletRegistry in org.apache.jetspeed.portlets.layout
 

Fields in org.apache.jetspeed.portlets.layout declared as PortletRegistry
protected  PortletRegistry LayoutPortlet.registry
           
 

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

Fields in org.apache.jetspeed.portlets.selector declared as PortletRegistry
protected  PortletRegistry PortletSelector.registry
           
protected  PortletRegistry CategoryPortletSelector.registry
           
 

Uses of PortletRegistry in org.apache.jetspeed.portlets.site
 

Fields in org.apache.jetspeed.portlets.site declared as PortletRegistry
protected  PortletRegistry PortalSiteManager.registry
           
 

Uses of PortletRegistry in org.apache.jetspeed.services.information
 

Constructors in org.apache.jetspeed.services.information with parameters of type PortletRegistry
StaticInformationProviderImpl(PortletRegistry portletRegistry)
           
StaticInformationProviderImpl(javax.servlet.ServletConfig config, org.apache.pluto.services.information.PortalContextProvider portalContextProvider, PortletRegistry portletRegistry)
           
 

Uses of PortletRegistry in org.apache.jetspeed.tools.pamanager
 

Fields in org.apache.jetspeed.tools.pamanager declared as PortletRegistry
protected  PortletRegistry PortletApplicationManager.registry
           
 

Constructors in org.apache.jetspeed.tools.pamanager with parameters of type PortletRegistry
PortletApplicationManager(PortletFactory portletFactory, PortletRegistry registry, PortletEntityAccessComponent entityAccess, PortletWindowAccessor windowAccess, PermissionManager permissionManager, SearchEngine searchEngine, RoleManager roleManager, java.util.List permissionRoles, NodeManager nodeManager, java.lang.String appRoot)
          Creates a new PortletApplicationManager object.
 

Uses of PortletRegistry in org.apache.jetspeed.tools.registration
 

Constructors in org.apache.jetspeed.tools.registration with parameters of type PortletRegistry
RegistrationTool(PortletRegistry registry, boolean overwriteApps)
           
 

Uses of PortletRegistry in org.apache.jetspeed.userinfo.impl
 

Methods in org.apache.jetspeed.userinfo.impl with parameters of type PortletRegistry
 void MultiSourceUserInfoManagerImpl.setPortletRegistry(PortletRegistry portletRegistry)
           
 

Constructors in org.apache.jetspeed.userinfo.impl with parameters of type PortletRegistry
UserInfoManagerImpl(UserManager userMgr, PortletRegistry registry)
           Constructor providing access to the UserManager.
UserInfoManagerImpl(UserManager userMgr, PortletRegistry registry, java.lang.String userInfoPropertySet)
           Constructor providing access to the UserManagerand specifying which property set to use for user information.
 



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