Uses of Interface
org.apache.jetspeed.portal.Portlet

Packages that use Portlet
org.apache.jetspeed.modules.actions.portlets   
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   
 

Uses of Portlet in org.apache.jetspeed.modules.actions.portlets
 

Methods in org.apache.jetspeed.modules.actions.portlets that return Portlet
 Portlet PortletAction.getPortlet(org.apache.velocity.context.Context context)
           
 

Methods in org.apache.jetspeed.modules.actions.portlets with parameters of type Portlet
protected  void VelocityPortletAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
          STW: Backwards compatibility so the overriden method is called specifically using a cast to VelocityPortlet
protected  void VelocityPortletAction.buildConfigureContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
           
protected  void VelocityPortletAction.buildMaximizedContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
           
 void SearchAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected  void RegistryBrowseAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected  void QuestionnaireAction.buildNormalContext(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Build the normal state content for this portlet.
 void QuestionnaireAction.doContinue(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Continue event handler.
 void QuestionnaireAction.doEmail(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Sort the quotes.
protected  void PsmlManagerAction.buildConfigureContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses should override this method if they wish to provide their own customization behavior.
protected  void PsmlManagerAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
protected  void PortletBrowseAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Build the normal state content for this portlet.
protected abstract  void PortletAction.buildConfigureContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
           
protected abstract  void PortletAction.buildMaximizedContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
           
protected abstract  void PortletAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
           
protected  void LogfileViewerAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Lists the current logfiles
protected  void JspStockQuoteAction.buildNormalContext(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Build the normal state content for this portlet.
 void JspStockQuoteAction.doSort(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Sort the quotes.
 void JspStockQuoteAction.doRefresh(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Refresh the portlet content.
protected  void JspPortletAction.buildConfigureContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
           
protected  void JspPortletAction.buildConfigureContext(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Kept for backward compatibility.
protected  void JspPortletAction.buildMaximizedContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
           
protected  void JspPortletAction.buildMaximizedContext(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Kept for backward compatibility.
protected  void JspPortletAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
           
protected abstract  void JspPortletAction.buildNormalContext(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
 void JspPortletAction.setTemplate(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String template)
          Deprecated.  
protected  void IndexPortletRegistry.buildNormalContext(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Build the normal state content for this portlet.
 void IndexPortletRegistry.doIndex(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Continue event handler.
protected  void GenericMVCAction.buildMaximizedContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses should override this method if they wish to build specific content when maximized.
protected  void GenericMVCAction.buildConfigureContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses should override this method if they wish to provide their own customization behavior.
protected  void GenericMVCAction.buildNormalContext(Portlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
 

Uses of Portlet in org.apache.jetspeed.portal
 

Subinterfaces of Portlet in org.apache.jetspeed.portal
 interface PortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
 interface PortletSet
          The PortletSet is basically a wrapper around an array of portlets.
 

Classes in org.apache.jetspeed.portal that implement Portlet
 class BasePortletSet
          The PortletSet is basically a wrapper around an array of portlets.
 

Methods in org.apache.jetspeed.portal that return Portlet
 Portlet[] PortletSet.toArray()
          Returns the portlet set as an array.
 Portlet PortletSet.getPortletAt(int pos)
          Returns the Portlet at position pos
 Portlet PortletSet.getPortletByID(java.lang.String id)
          Returns the Portlet with the given id
 Portlet PortletSet.getPortletByName(java.lang.String name)
          Returns the Portlet with the given name
 Portlet PortletInstance.getPortlet()
          Returns the parent portlet of this PortletInstance.
 Portlet PortletControl.getPortlet()
          Retrieves the portlet managed by this control
 Portlet JetspeedPortletInstance.getPortlet()
           
 Portlet[] BasePortletSet.toArray()
          Returns the portlet set as an array.
 Portlet BasePortletSet.getPortletAt(int pos)
          Returns the Portlet at position pos
 Portlet BasePortletSet.getPortletByID(java.lang.String id)
          Returns the Portlet with the given id
 Portlet BasePortletSet.getPortletByName(java.lang.String name)
          Returns the Portlet with the given name
 

Methods in org.apache.jetspeed.portal with parameters of type Portlet
static org.apache.turbine.util.DynamicURI PortletURIManager.getPortletEditURI(Portlet portlet, org.apache.turbine.util.RunData data)
          Get a URI for viewing this portlet by itself.
 void PortletSet.addPortlet(Portlet portlet)
          Add a portlet to this set.It updates its config to modify the current set
 void PortletSet.addPortlet(Portlet portlet, int position)
          Add a portlet to this set.It updates its config to modify the current set
 void PortletSet.addPortlet(Portlet portlet, PortletSet.Constraints constraints)
          Add a portlet to this set.It updates its config to modify the current set
 void PortletSet.addPortlet(Portlet portlet, PortletSet.Constraints constraints, int position)
          Add a portlet to this set.It updates its config to modify the current set
 void PortletControl.setPortlet(Portlet portlet)
          Sets the portlet to be managed by this control
 void PortletControl.init(Portlet portlet)
          Initializes the control and associates it with a portlet
 boolean PanedPortletController.isSelected(Portlet p, org.apache.turbine.util.RunData rundata)
          Test whether the selected portlet is considered selected for the current request.
 org.apache.turbine.util.DynamicURI PanedPortletController.getPortletURI(Portlet p, org.apache.turbine.util.RunData rundata)
          Builds a link object to access a given pane.
 void BasePortletSet.addPortlet(Portlet portlet)
          Add a portlet to this set.It updates its config to modify the current set
 void BasePortletSet.addPortlet(Portlet portlet, int position)
          Add a portlet to this set.It updates its config to modify the current set
 void BasePortletSet.addPortlet(Portlet portlet, PortletSet.Constraints constraints)
          Add a portlet to this set.It updates its config to modify the current set
 void BasePortletSet.addPortlet(Portlet portlet, PortletSet.Constraints constraints, int position)
          Add a portlet to this set.It updates its config to modify the current set
 

Constructors in org.apache.jetspeed.portal with parameters of type Portlet
JetspeedPortletInstance(Portlet portlet, org.apache.turbine.util.RunData data)
          Constructs a PortletInstance from a Portlet and a RunData.
JetspeedPortletInstance(Portlet portlet, Profile profile)
          Constructs a PortletInstance from a Portlet and a Profile
 

Uses of Portlet in org.apache.jetspeed.portal.controllers
 

Methods in org.apache.jetspeed.portal.controllers with parameters of type Portlet
 boolean VelocityPanedPortletController.isSelected(Portlet p, org.apache.turbine.util.RunData rundata)
          Test whether the selected portlet is considered selected for the current request.
 org.apache.turbine.util.DynamicURI VelocityPanedPortletController.getPortletURI(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Builds the link to access to a given pane.
 

Uses of Portlet in org.apache.jetspeed.portal.controls
 

Classes in org.apache.jetspeed.portal.controls that implement Portlet
 class AbstractPortletControl
          The PortletControl acts both as a decoration around a Portlet or PortletSet and also as the window manager for the enclosed Portlet(Set).
 class TitleControl
           This control renders the title of a portlet for MimeTyps WML and HTML.
 class VelocityPortletControl
          A Velocity based portlet control which implements all PortletState action
 class VelocityPortletSetControl
          A Velocity based portlet control designed for handling a PortletSet child
 

Methods in org.apache.jetspeed.portal.controls that return Portlet
 Portlet AbstractPortletControl.getPortlet()
          Retrieves the portlet managed by this control
 Portlet[] AbstractPortletControl.toArray()
           
 Portlet AbstractPortletControl.getPortletAt(int pos)
          Returns the Portlet at the given position if the control manages a PortletSet, else the inner portlet if the queried position is 0
 Portlet AbstractPortletControl.getPortletByID(java.lang.String id)
          Returns the Portlet with the given id
 Portlet AbstractPortletControl.getPortletByName(java.lang.String name)
          Returns the Portlet with the given name
 

Methods in org.apache.jetspeed.portal.controls with parameters of type Portlet
protected  java.util.List VelocityPortletControl.buildActionList(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Builds a list of possible window actions for this portlet instance.
protected  java.util.List VelocityPortletControl.createActionList(java.util.List actions, JetspeedRunData rundata, Portlet portlet)
           
 void AbstractPortletControl.setPortlet(Portlet portlet)
          Sets the portlet to be managed by this control
 void AbstractPortletControl.init(Portlet portlet)
          Initializes the control and associates it with a portlet
 void AbstractPortletControl.addPortlet(Portlet portlet)
          Adds a portlet to the inner portletSet
 void AbstractPortletControl.addPortlet(Portlet portlet, int position)
          Adds a portlet to the inner portletSet at the explicit position
 void AbstractPortletControl.addPortlet(Portlet portlet, PortletSet.Constraints constraints)
          Adds a portlet to the inner portletSet within the given constraints
 void AbstractPortletControl.addPortlet(Portlet portlet, PortletSet.Constraints constraint, int position)
          Adds a portlet to the inner portletSet within the given constraints at the specific position
 

Uses of Portlet in org.apache.jetspeed.portal.expire
 

Methods in org.apache.jetspeed.portal.expire that return Portlet
 Portlet Expire.getPortlet()
          Get the Portlet on which this is based.
 Portlet BaseExpire.getPortlet()
          Get the Portlet on which this is based.
 

Methods in org.apache.jetspeed.portal.expire with parameters of type Portlet
static Expire ExpireFactory.getExpire(Portlet portlet, java.lang.String classname)
          Create a new Expire object with the specified Portlet and classname.
 void Expire.setPortlet(Portlet portlet)
          Set the Portlet on which this is based.
 void BaseExpire.setPortlet(Portlet portlet)
          Set the Portlet on which this is based.
 

Uses of Portlet in org.apache.jetspeed.portal.portlets
 

Classes in org.apache.jetspeed.portal.portlets that implement Portlet
 class AbstractInstancePortlet
          Extend AbstractPortlet to re-define the handle used for portlet caching: This handle uses the portlet's unique id and the portal page's id to form a portlet instance id for caching.
 class AbstractPortlet
           Should be used by most Portlets that wish to conform to default behavior
 class AggregatePortlet
          Aggregate Portlet aggregates the content of other portlets.
 class ApplicationsPortlet
          Handles enumerating Portlets that are also applications
 class BASICAuthIFramePortlet
          Same as IFramePortlet except that it allows to use basic authentication using current user name and password (or whatever is provided in portlet preferences)
 class BogusPortlet
          Bogus Portlet.
 class ClearPortlet
          ClearPortlet Empty Portlet which displays no content
 class ContainerTestPortlet
          Aggregate Portlet aggregates the content of other portlets.
 class CustomizerVelocityPortlet
          This subclass of VelocityPortlet should be used as base portlet for all VelocityPortlets that implement their own customizer
 class FileServerPortlet
          Serve a static URL (typically a HTML fragment)
 class FileWatchPortlet
          Just like AbstractPortlet except that when its URL is modified on disk it automatically expires itself.
 class GenericMVCPortlet
          Provides the basic MVC Portlet functionality independant of any specific view technology (ie jsp, velocity, xslt, etc).
 class IFramePortlet
          A Portlet that displays the contents of a source URL in an IFRAME tag.
 class JetspeedContent
          Provides a content publication system (like Slashdot).
 class JspPortlet
          A JSP portlet example.
 class LinkPortlet
          Portlet for rendering HTML links Can also be used for WML but no output will be created so redering for wml is done in by the /wml/column.vm file
 class NewRSSPortlet
          Portlet which renders RDF Site Summary.
 class PortletInfoPortlet
           A Portlet which displays info about other Portlets.
 class PreviewPortlet
          Preview portlet.
 class RedirectPortlet
          RedirectPortlet can be used for menu options that redirect directly to a URL outside of the portal.
 class RSSPortlet
          Portlet to change RDF Site Summary into a portlet format for HTML presentation.
 class ServletInvokerPortlet
          The ServletInvokerPortlet invokes a servlet or JSP and displays the result.
 class ServletProxyPortlet
          This portlet class is intended to be used for internal URLs that will not work properly if they are part of the same request as the Jetspeed/Turbine controller servlet--Struts-mapped URLs are an example of these.
 class TurbineScreenPortlet
          This portlet will attempt to render the Turbine Screen within a portlet.
 class VelocityPortlet
          A Velocity based portlet implementation
 class WebClippingPortlet
          A class that clips parts of one or more web pages.
 class WebPagePortlet
          A class that loads a web page and filters it to have certain features deleted.
 class WebPagePortlet2
          A class that loads a web page and filters it to have certain features deleted.
 class WMLFilePortlet
          This portlet serves well-formed WML file content and strips them of superfluous tags liks The strip capability has been temporarily disabled due to class conflicts in Tomcat 3.2, so this portlet can only currently serve fragments of WML documents, without the tag
 class XMLPortlet
          Portlet to output an XML well-formed document without any rendering.
 class XSLPortlet
          Simple portlet which does a basic XSLT transform with the stylesheet parameter and the given portlet URL.
 

Uses of Portlet in org.apache.jetspeed.portal.portlets.admin
 

Classes in org.apache.jetspeed.portal.portlets.admin that implement Portlet
 class BadURLManagerPortlet
          Shows the user what URLs are considered bad.
 class DaemonAdminPortlet
          Handles enumerating Portlets that are also applications
 class GlobalAdminPortlet
          Returns global information about Jetspeed.
 class JavaRuntimePortlet
          Handles enumerating Portlets that are also applications
 class JetspeedContentAdmin
          Handles enumerating Portlets that are also applications
 class JetspeedPropertiesPortlet
          Handles enumerating Portlets that are also applications
 class ServletContextPortlet
           
 

Uses of Portlet in org.apache.jetspeed.portal.portlets.browser
 

Classes in org.apache.jetspeed.portal.portlets.browser that implement Portlet
 class DatabaseBrowserPortlet
          Deprecated. As of version 1.4-b5
 

Uses of Portlet in org.apache.jetspeed.portal.portlets.viewprocessor
 

Methods in org.apache.jetspeed.portal.portlets.viewprocessor with parameters of type Portlet
 void XSLViewProcessor.init(Portlet portlet)
          This method loads the init parameters and parse the document tied to this portlet
 void ViewProcessor.init(Portlet portlet)
          Process the template passed in the context (context.get("template")).
 void VelocityViewProcessor.init(Portlet portlet)
           
 void RSSViewProcessor.init(Portlet portlet)
          This method loads the init parameters and parse the document tied to this portlet
 void JSPViewProcessor.init(Portlet portlet)
          Process the template passed in the context (context.get("template")).
 void BufferedVelocityViewProcessor.init(Portlet portlet)
           
 void BufferedJSPViewProcessor.init(Portlet portlet)
          Process the template passed in the context (context.get("template")).
 

Uses of Portlet in org.apache.jetspeed.portal.security.portlets
 

Classes in org.apache.jetspeed.portal.security.portlets that implement Portlet
 class CacheablePortletWrapper
           This object is used to wrap a Portlet, ensuring that access control rules are enforced.
 class CacheableStatefulPortletWrapper
           This object is used to wrap a Portlet, ensuring that access control rules are enforced.
 class PortletWrapper
           This object is used to wrap a Portlet, ensuring that access control rules are enforced.
 class StatefulPortletWrapper
           This object is used to wrap a Portlet, ensuring that access control rules are enforced.
 

Methods in org.apache.jetspeed.portal.security.portlets that return Portlet
static Portlet PortletWrapper.wrap(Portlet aPortlet)
          Return an instance of one of the classes in this package making tests before calling the wrapped portlet
 Portlet PortletWrapper.getPortlet()
           
 

Methods in org.apache.jetspeed.portal.security.portlets with parameters of type Portlet
static Portlet PortletWrapper.wrap(Portlet aPortlet)
          Return an instance of one of the classes in this package making tests before calling the wrapped portlet
 

Constructors in org.apache.jetspeed.portal.security.portlets with parameters of type Portlet
StatefulPortletWrapper(Portlet inner)
           
PortletWrapper(Portlet inner)
           
CacheableStatefulPortletWrapper(Portlet inner)
           
CacheablePortletWrapper(Portlet inner)
           
 

Uses of Portlet in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that return Portlet
static Portlet PortletFactory.getPortlet(Entry entry)
          Given a PSML Entry return an instanciated Portlet.
static Portlet PortletFactory.getPortlet(java.lang.String name, java.lang.String id)
          Given a Portlet registry entry name, instanciate it
 

Methods in org.apache.jetspeed.services with parameters of type Portlet
static void PortletStats.logAccess(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode)
           
static void PortletStats.logAccess(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode, long time)
           
static boolean JetspeedSecurity.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action)
           
static boolean JetspeedSecurity.checkPermission(JetspeedRunData runData, java.lang.String action, Portlet portlet)
           
static boolean JetspeedPortalAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action)
           
 

Uses of Portlet in org.apache.jetspeed.services.persistence
 

Methods in org.apache.jetspeed.services.persistence with parameters of type Portlet
 PortletInstance PortalPersistenceService.getInstance(Portlet portlet, org.apache.turbine.util.RunData data)
          Retrieves a portlet instance from persistent storage for the given portlet.
 PortletInstance PortalPersistenceService.getInstance(Portlet portlet, Profile profile)
          Retrieves a PersistentPortlet instance for this portlet.
static PortletInstance PersistenceManager.getInstance(Portlet portlet, Profile profile)
          Retrieves a portlet instance from persistent storage for the given portlet.
static PortletInstance PersistenceManager.getInstance(Portlet portlet, org.apache.turbine.util.RunData data)
          Retrieves a portlet instance from persistent storage for the given portlet.
 PortletInstance JetspeedPortalPersistenceService.getInstance(Portlet portlet, Profile profile)
           
 PortletInstance JetspeedPortalPersistenceService.getInstance(Portlet portlet, org.apache.turbine.util.RunData data)
           
 

Uses of Portlet in org.apache.jetspeed.services.portaltoolkit
 

Methods in org.apache.jetspeed.services.portaltoolkit with parameters of type Portlet
protected  PortletControl JetspeedPortalToolkitService.initControl(PortletControl pc, Portlet portlet)
          Associates a PortletControl with an existing Portlet and returns the Control
 

Uses of Portlet in org.apache.jetspeed.services.portletfactory
 

Methods in org.apache.jetspeed.services.portletfactory that return Portlet
 Portlet PortletFactoryService.getPortlet(Entry entry)
          Given a PSML Entry return an instanciated Portlet.
 Portlet PortletFactoryService.getPortlet(java.lang.String name, java.lang.String id)
          Given a Portlet registry entry name, instanciate it
 Portlet JetspeedPortletFactoryService.getPortlet(Entry entry)
          Given a PSML Entry return an instanciated Portlet.
 Portlet JetspeedPortletFactoryService.getPortlet(java.lang.String name, java.lang.String id)
          Given a Portlet registry entry name, instanciate it
protected  Portlet JetspeedPortletFactoryService.getPortlet(java.lang.String classname, PortletConfig pc, java.lang.String id)
          Instanciates or retrieve from memory cache a portlet corresponding to the passed parameters
 

Uses of Portlet in org.apache.jetspeed.services.portletstats
 

Methods in org.apache.jetspeed.services.portletstats with parameters of type Portlet
 void PortletStatsService.logAccess(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode)
          Logs portlet access using default load time.
 void PortletStatsService.logAccess(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode, long time)
          Logs portlet access.
 void JetspeedPortletStatsService.logAccess(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode, long time)
           
protected  java.lang.String JetspeedPortletStatsService.getLogMessage(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode, long time)
          Formats log message
 void JetspeedPortletStatsService.logAccess(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String statusCode)
          Formats log message using default load time
 

Uses of Portlet in org.apache.jetspeed.services.rundata
 

Methods in org.apache.jetspeed.services.rundata that return Portlet
 Portlet JetspeedRunData.getCustomized()
          Returns the portlet id which should be customized for this request
 Portlet DefaultJetspeedRunData.getCustomized()
          Returns the portlet id which should be customized for this request
 

Methods in org.apache.jetspeed.services.rundata with parameters of type Portlet
 void JetspeedRunData.setCustomized(Portlet p)
          Sets the portlet id to customize
 void DefaultJetspeedRunData.setCustomized(Portlet p)
          Sets the portlet id to customize
 

Uses of Portlet in org.apache.jetspeed.services.security
 

Methods in org.apache.jetspeed.services.security that return Portlet
 Portlet PortalResource.getPortlet()
          Getter for property portlet.
 

Methods in org.apache.jetspeed.services.security with parameters of type Portlet
 boolean PortalAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 boolean PortalAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action, java.lang.String owner)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 boolean JetspeedSecurityService.checkPermission(JetspeedRunData runData, java.lang.String action, Portlet portlet)
          Helper to PortalAuthorization.
 boolean JetspeedDBSecurityService.checkPermission(JetspeedRunData runData, java.lang.String action, Portlet portlet)
          Helper to PortalAuthorization.
 boolean AccessControl.checkPermission(org.apache.turbine.util.RunData runData, java.lang.String permission, Portlet portlet)
           
 boolean AccessControl.checkPermission(java.lang.String user, java.lang.String action, Portlet portlet)
           
 

Constructors in org.apache.jetspeed.services.security with parameters of type Portlet
PortalResource(Portlet portlet)
          Resource is a Portlet, i.e.
 

Uses of Portlet in org.apache.jetspeed.services.security.nosecurity
 

Methods in org.apache.jetspeed.services.security.nosecurity with parameters of type Portlet
 boolean NoSecurityAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 boolean NoSecurityAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action, java.lang.String owner)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 

Uses of Portlet in org.apache.jetspeed.services.security.registry
 

Methods in org.apache.jetspeed.services.security.registry with parameters of type Portlet
 boolean RegistryAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 boolean RegistryAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action, java.lang.String owner)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 

Uses of Portlet in org.apache.jetspeed.services.security.turbine
 

Methods in org.apache.jetspeed.services.security.turbine with parameters of type Portlet
 boolean TurbineAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 boolean TurbineAccessController.checkPermission(JetspeedUser user, Portlet portlet, java.lang.String action, java.lang.String owner)
          Given a JetspeedUser, authorize that user to perform the secured action on the given Portlet resource.
 

Uses of Portlet in org.apache.jetspeed.util
 

Methods in org.apache.jetspeed.util with parameters of type Portlet
static java.lang.String URILookup.getURI(int aType, int aSubType, Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the URI of the specified portlet with the specified type
static java.lang.String URILookup.getURI(int aType, int aSubType, java.lang.String userData, Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the URI of the specified portlet with the specified type and adds given user data.
static int URILookup.getURIType(Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the type of the URI (e.g.
static int URILookup.getURISubType(Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the subtype of the URI (e.g.
static java.lang.Object PortletSessionState.getAttribute(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName)
          Returns the parameter for this name from the Temp - session object Uses the portlet parameter to generate a unique key.
static java.lang.Object PortletSessionState.getAttributeWithFallback(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName)
          Returns the attribute for this name using the following search path: request parameter session attribute instance attribute config parameter Uses the portlet parameter to generate a unique key.
static boolean PortletSessionState.isMyRequest(org.apache.turbine.util.RunData rundata, Portlet portlet)
          Returns true if the request pertains to current portlet instance.
static void PortletSessionState.setAttribute(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName, java.lang.Object attrValue)
          Sets the parameter for this name in Temp Uses the portlet parameter to generate a unique key.
static void PortletSessionState.clearAttribute(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName)
          Clears the parameter for this name from Temp Uses the portlet parameter to generate a unique key.
protected static java.lang.String PortletSessionState.generateKey(Portlet portlet, java.lang.String name)
          Uses the portlet parameter to generate a unique key, using the portlet.getId.
static void PortletSessionState.setPortletConfigChanged(Portlet portlet, org.apache.turbine.util.RunData rundata)
          The portlet config has changed.
static boolean PortletSessionState.getPortletConfigChanged(Portlet portlet, org.apache.turbine.util.RunData rundata)
          Returns current state of portlet config and resets it if set.
static java.lang.String PortletConfigState.getConfigParameter(Portlet portlet, java.lang.String attrName, java.lang.String attrDefaultValue)
          Returns the parameter for this name from the xreg
static java.lang.String PortletConfigState.getInstanceParameter(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName)
          Returns the parameter for this name from the psml
static void PortletConfigState.setInstanceParameter(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName, java.lang.String attrValue)
          Sets the parameter in the psml
static void PortletConfigState.clearInstanceParameter(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName)
           
static java.lang.String PortletConfigState.getParameter(Portlet portlet, org.apache.turbine.util.RunData rundata, java.lang.String attrName, java.lang.String attrDefValue)
           
static void PortletConfigState.setPortletConfigParameter(Portlet portlet, java.lang.String name, java.lang.String value)
          Sets the registry (.xreg) value of this portlet.
 

Uses of Portlet in org.apache.jetspeed.util.template
 

Fields in org.apache.jetspeed.util.template declared as Portlet
protected  Portlet JetspeedTemplateLink.activePortlet
          Deprecated. The portlet that will be used to build the reference.
protected  Portlet BaseJetspeedLink.activePortlet
          The portlet that will be used to build the reference.
 

Methods in org.apache.jetspeed.util.template that return Portlet
static Portlet JetspeedTool.getCustomizer(Portlet p)
          This method retrieves the appropriate customizer portlet for the current portlet
static Portlet JetspeedTool.getPortletInfoPortlet(org.apache.turbine.util.RunData data)
          This method retrieves the appropriate information portlet for the current portlet
 

Methods in org.apache.jetspeed.util.template with parameters of type Portlet
static Portlet JetspeedTool.getCustomizer(Portlet p)
          This method retrieves the appropriate customizer portlet for the current portlet
static java.lang.String JetspeedTool.getPortletParameter(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String parmName)
          Returns a parameter in its defined parameter style
static java.lang.String JetspeedTool.getPortletParameter(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String parmName, java.lang.String parmValue)
          Returns a parameter in its defined parameter style
static java.lang.String JetspeedTool.getPortletParameter(org.apache.turbine.util.RunData data, Portlet portlet, java.lang.String parmName, java.lang.String parmValue, java.lang.String parmOptions)
          Returns a parameter in its defined parameter style
 void JetspeedTemplateLink.setPortlet(Portlet portlet)
          Deprecated.  Set the portlet giving context to this Link object.
 org.apache.turbine.util.DynamicURI JetspeedLink.getAction(java.lang.String action, Portlet portlet)
          Return a link that includes an action to a specific portlet, as defined by a portlet
 org.apache.turbine.util.DynamicURI JetspeedLink.setAction(java.lang.String action, Portlet portlet)
          Deprecated. use getAction()
 void JetspeedLink.setPortlet(Portlet portlet)
          Deprecated. Use getLink() or getAction() or getPortletById() or getPortletByName().
 org.apache.turbine.util.DynamicURI BaseJetspeedLink.setAction(java.lang.String action, Portlet portlet)
          Deprecated. Use getAction()
 org.apache.turbine.util.DynamicURI BaseJetspeedLink.getAction(java.lang.String action, Portlet portlet)
          Return a link that includes an action to a specific portlet
 void BaseJetspeedLink.setPortlet(Portlet portlet)
          Deprecated. the name is confusing. Use @see(#forPaneById()) instead.
 

Constructors in org.apache.jetspeed.util.template with parameters of type Portlet
PortletTemplateLink(org.apache.turbine.util.RunData data, Portlet portlet)
          Deprecated. Constructor.
 



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