Uses of Package
org.apache.jetspeed.portal

Packages that use org.apache.jetspeed.portal
org.apache.jetspeed.modules.actions.controllers   
org.apache.jetspeed.modules.actions.portlets   
org.apache.jetspeed.om.profile Represents the options available for displaying the portlet. 
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.portal.controllers   
org.apache.jetspeed.portal.controls   
org.apache.jetspeed.portal.expire This is a package that handles content expiration  
org.apache.jetspeed.portal.portlets   
org.apache.jetspeed.portal.portlets.admin   
org.apache.jetspeed.portal.portlets.browser   
org.apache.jetspeed.portal.portlets.viewprocessor   
org.apache.jetspeed.portal.security.portlets This package is for portal implementation wrappers that do security checked access to public methods in portlet classes. 
org.apache.jetspeed.services   
org.apache.jetspeed.services.persistence   
org.apache.jetspeed.services.portaltoolkit Services for creating new Portal objects from named Registry entries or PSML configuration entries. 
org.apache.jetspeed.services.portletfactory Helper classes for handling the creation of Portlet objects. 
org.apache.jetspeed.services.portletstats   
org.apache.jetspeed.services.rundata   
org.apache.jetspeed.services.security   
org.apache.jetspeed.services.security.nosecurity   
org.apache.jetspeed.services.security.registry   
org.apache.jetspeed.services.security.turbine   
org.apache.jetspeed.util   
org.apache.jetspeed.util.template   
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.modules.actions.controllers
PortletController
          A PortletController is responsible for laying out and rendering the content of a PortletSet.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.modules.actions.portlets
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletInstance
          This interface provides an easy, object-oriented approach to modifing a portlet instance's persistent attributes.
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.om.profile
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletConfig
          Defines a configuration for Portlets.
PortletControlConfig
          The PortletControl configuration object
PortletController
          A PortletController is responsible for laying out and rendering the content of a PortletSet.
PortletControllerConfig
          The PortletController configuration object
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletInstance
          This interface provides an easy, object-oriented approach to modifing a portlet instance's persistent attributes.
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
PortletSet.Constraints
          The PortletSetConstraints is used to associate layout constraints with a Portlet within a Set.
PortletSetController
          The PortletSetController is a marker interface denoting that the controller implementing this interface only expects to manipulates portlet sets and not directly portlets.
PortletSkin
          The PortletSkin defines the color scheme to use for displaying a specified portlet (and associated control)
PortletState
          This interface allows implementing portlets to modify the behavior of their PortletControl manager by specifically allowing or refusing window manipulation actions.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.controllers
PanedPortletController
          This interface must be implemented by all portlet controllers that don't display their entire content at one time.
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletController
          A PortletController is responsible for laying out and rendering the content of a PortletSet.
PortletControllerConfig
          The PortletController configuration object
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
PortletSet.Constraints
          The PortletSetConstraints is used to associate layout constraints with a Portlet within a Set.
PortletSetController
          The PortletSetController is a marker interface denoting that the controller implementing this interface only expects to manipulates portlet sets and not directly portlets.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.controls
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletConfig
          Defines a configuration for Portlets.
PortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
PortletControlConfig
          The PortletControl configuration object
PortletController
          A PortletController is responsible for laying out and rendering the content of a PortletSet.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
PortletSet.Constraints
          The PortletSetConstraints is used to associate layout constraints with a Portlet within a Set.
PortletState
          This interface allows implementing portlets to modify the behavior of their PortletControl manager by specifically allowing or refusing window manipulation actions.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.expire
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.portlets
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletConfig
          Defines a configuration for Portlets.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletInstance
          This interface provides an easy, object-oriented approach to modifing a portlet instance's persistent attributes.
PortletState
          This interface allows implementing portlets to modify the behavior of their PortletControl manager by specifically allowing or refusing window manipulation actions.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.portlets.admin
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletState
          This interface allows implementing portlets to modify the behavior of their PortletControl manager by specifically allowing or refusing window manipulation actions.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.portlets.browser
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletState
          This interface allows implementing portlets to modify the behavior of their PortletControl manager by specifically allowing or refusing window manipulation actions.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.portlets.viewprocessor
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.portal.security.portlets
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletConfig
          Defines a configuration for Portlets.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletInstance
          This interface provides an easy, object-oriented approach to modifing a portlet instance's persistent attributes.
PortletState
          This interface allows implementing portlets to modify the behavior of their PortletControl manager by specifically allowing or refusing window manipulation actions.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
PortletController
          A PortletController is responsible for laying out and rendering the content of a PortletSet.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
PortletSkin
          The PortletSkin defines the color scheme to use for displaying a specified portlet (and associated control)
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.persistence
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
PortletInstance
          This interface provides an easy, object-oriented approach to modifing a portlet instance's persistent attributes.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.portaltoolkit
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletConfig
          Defines a configuration for Portlets.
PortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
PortletController
          A PortletController is responsible for laying out and rendering the content of a PortletSet.
PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
PortletSkin
          The PortletSkin defines the color scheme to use for displaying a specified portlet (and associated control)
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.portletfactory
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
PortletConfig
          Defines a configuration for Portlets.
PortletException
          Occurs when anything unexpected happens when processing a Portlet.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.portletstats
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.rundata
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.security
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.security.nosecurity
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.security.registry
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.services.security.turbine
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.util
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 

Classes in org.apache.jetspeed.portal used by org.apache.jetspeed.util.template
Portlet
          A portlet is an implementation of a small control (usually rendered in HTML) that is available to a client application.
 



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