org.apache.shale.dialog.config
Class ConfigurationInit
java.lang.Object
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 $
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 |
ConfigurationInit
public ConfigurationInit()
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.