This project has retired. For details please refer to its
        
        Attic page.
      
 
IndexPortletRegistry (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.actions.portlets
Class IndexPortletRegistry
java.lang.Object
  
org.apache.turbine.modules.Assembler
      
org.apache.turbine.modules.Action
          
org.apache.turbine.modules.ActionEvent
              
org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
                  
org.apache.jetspeed.modules.actions.portlets.PortletAction
                      
org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
                          
org.apache.jetspeed.modules.actions.portlets.SecureGenericMVCAction
                              
org.apache.jetspeed.modules.actions.portlets.IndexPortletRegistry
- public class IndexPortletRegistry
- extends SecureGenericMVCAction
  
This class is responsible for indexing the registry.
- Version:
 
  - $Id: IndexPortletRegistry.java,v 1.6 2004/03/31 04:49:10 morciuch Exp $
 
- Author:
 
  - Mark Orciuch
 
 
| Fields inherited from class org.apache.turbine.modules.ActionEvent | 
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX | 
 
 
| 
Method Summary | 
protected  void | 
buildNormalContext(Portlet portlet,
                   org.apache.turbine.util.RunData rundata)
 
          Build the normal state content for this portlet. | 
 void | 
doIndex(org.apache.turbine.util.RunData rundata,
        Portlet portlet)
 
          Continue event handler. | 
 
 
 
 
 
| Methods inherited from class org.apache.turbine.modules.ActionEvent | 
executeEvents, formatString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IndexPortletRegistry
public IndexPortletRegistry()
buildNormalContext
protected void buildNormalContext(Portlet portlet,
                                  org.apache.turbine.util.RunData rundata)
- Build the normal state content for this portlet.
- Parameters:
 portlet - The jsp-based portlet that is being built.rundata - The turbine rundata context for this request.
 
 
doIndex
public void doIndex(org.apache.turbine.util.RunData rundata,
                    Portlet portlet)
- Continue event handler.
- Parameters:
 portlet - The jsp-based portlet that is being built.rundata - The turbine rundata context for this request.
 
 
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.