org.apache.shale.dialog.config
Class ConfigurationInit

java.lang.Object
  extended by org.apache.shale.dialog.config.ConfigurationInit
All Implemented Interfaces:
Command

public final class ConfigurationInit
extends Object
implements Command

Command executed at web application startup to configure the dialogs used by this application, storing an appropriate Map in application scope.

$Id: ConfigurationInit.java 419431 2006-07-06 04:38:39Z wsmoak $


Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
ConfigurationInit()
           
 
Method Summary
 boolean execute(Context context)
          Configure dialog information and store it in application scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationInit

public ConfigurationInit()
Method Detail

execute

public boolean execute(Context context)
                throws Exception

Configure dialog information and store it in application scope.

Specified by:
execute in interface Command
Parameters:
context - Execution context for this command
Throws:
Exception - if an executed command throws an exception


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.