This project has retired. For details please refer to its
Attic page.
Customize (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.actions.controls
Class Customize
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.jetspeed.modules.actions.controls.Customize
- public class Customize
- extends org.apache.turbine.modules.Action
Handle Customization requests for the current portal page
- Version:
- $Id: Customize.java,v 1.21 2005/03/21 18:21:36 sgala Exp $
- Author:
- Raphaël Luta, Paul Spencer, Glenn R. Golden
Method Summary |
void |
doPerform(org.apache.turbine.util.RunData rundata)
|
static void |
exit(org.apache.turbine.util.RunData data)
Exit the customizer. |
static void |
save(org.apache.turbine.util.RunData data)
Save the current customization
Used by any other customizer to get this done right! |
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 |
Customize
public Customize()
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
save
public static void save(org.apache.turbine.util.RunData data)
- Save the current customization
Used by any other customizer to get this done right!
exit
public static void exit(org.apache.turbine.util.RunData data)
- Exit the customizer.
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.