org.apache.jetspeed.modules.actions
Class ImportPsml

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.jetspeed.modules.actions.ImportPsml

public class ImportPsml
extends org.apache.turbine.modules.Action

Import file psml into database action. This action is useful when populating psml for the first time.

Version:
$Id: ImportPsml.java,v 1.1 2004/01/29 20:36:54 morciuch Exp $
Author:
Mark Orciuch

Field Summary
static java.lang.String CHECK_IMPORT
           
static java.lang.String PASSWORD
           
static java.lang.String USER
           
 
Constructor Summary
ImportPsml()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData data)
          Perform the action
 
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
 

Field Detail

USER

public static final java.lang.String USER
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values

CHECK_IMPORT

public static final java.lang.String CHECK_IMPORT
See Also:
Constant Field Values
Constructor Detail

ImportPsml

public ImportPsml()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData data)
               throws java.lang.Exception
Perform the action

Throws:
java.lang.Exception


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.