Package org.apache.shale.dialog.scxml.config

Examples of org.apache.shale.dialog.scxml.config.DialogMetadata$SCXMLAction


    /** {@inheritDoc} */
    public DialogContext create(FacesContext context, String name, DialogContext parent) {

        // Obtain the dialog metadata for the specified dialog
        DialogMetadata dialog = (DialogMetadata) dialogs(context).get(name);
        if (dialog == null) {
            throw new IllegalArgumentException("No definition for dialog name '"
                                               + name + "' can be found");
        }

View Full Code Here

TOP

Related Classes of org.apache.shale.dialog.scxml.config.DialogMetadata$SCXMLAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.