raphael     01/08/27 08:50:27

  Modified:    src/java/org/apache/jetspeed/portal
                        PanedPortletController.java
  Log:
  update interface to expose the get/setParameterName() methods
  
  Revision  Changes    Path
  1.7       +14 -3     
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/PanedPortletController.java
  
  Index: PanedPortletController.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/PanedPortletController.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PanedPortletController.java       2001/07/08 20:51:46     1.6
  +++ PanedPortletController.java       2001/08/27 15:50:27     1.7
  @@ -64,7 +64,7 @@
    * to build the correct links for referencing the hidden portlets
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rapha�l Luta</a>
  - * @version $Id: PanedPortletController.java,v 1.6 2001/07/08 20:51:46 raphael Exp $
  + * @version $Id: PanedPortletController.java,v 1.7 2001/08/27 15:50:27 raphael Exp $
    */
   public interface PanedPortletController extends PortletController, 
PortletSetController
   {
  @@ -89,12 +89,23 @@
       public DynamicURI getPortletURI( Portlet p, RunData rundata );
   
       /**
  -     * Returns the name of the parameter used for pane selection
  +     * Returns the name of the pane selector parameter for this controller
        */
  +    public String getParameterName();
  +
  +    /**
  +     * Sets the name of the pane selector parameter for this controller
  +     * @param name the new parameter name
  +     */
  +    public void setParameterName(String name);
  +
  +    /**
  +     * Returns the name of the pane that should be displayed
  +     */
       public String retrievePaneName(RunData rundata);
   
       /**
  -     * Sets the name of the parameter that will define which pane should
  +     * Sets the name of the pane that should
        * be displayed
        *
        * @param name the selection parameter name
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to