Package org.apache.shale.dialog.config

Dialog API Configuration Classes.

See:
          Description

Class Summary
ConfigurationDestroy Command executed at web application shutdown to clean up the configured resources for the dialogs configuration.
ConfigurationInit Command executed at web application startup to configure the dialogs used by this application, storing an appropriate Map in application scope.
ConfigurationParser Configuration utility for parsing configuration resources for defining dialogs.
 

Package org.apache.shale.dialog.config Description

Dialog API Configuration Classes.

This package contains mechanisms (in the form of Commons Chain Commands that are executed at application startup and shutdown) to manage an application scope Map containing all the defined Dialogs for this application, based on information found in XML configuration resources.



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