org.apache.jetspeed.modules.actions.controls
Class Customize

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.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

Constructor Summary
Customize()
           
 
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
 

Constructor Detail

Customize

public Customize()
Method Detail

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.