This project has retired. For details please refer to its
Attic page .
Maximize (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.actions.controls
Class Maximize
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.jetspeed.modules.actions.controls.Maximize
public class Maximize extends org.apache.turbine.modules.Action
Change the state of a portlet to maximized. This setting is not persistent.
Since the maximized state affects the whole screen, this action redirects
the user to a new template and store the state to go to when clicking on
restore
Author:
Roberto Carrasco , Raphaël Luta , Paul Spencer
Method Summary
void
doPerform (org.apache.turbine.util.RunData rundata)
Methods inherited from class org.apache.turbine.modules.Action
perform
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Maximize
public Maximize ()
doPerform
public void doPerform (org.apache.turbine.util.RunData rundata)
throws java.lang.Exception
Parameters: rundata
- The RunData object for the current request
Throws:
java.lang.Exception
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.