Package ariba.ui.meta.core.UIMeta

Examples of ariba.ui.meta.core.UIMeta.ModuleProperties


            return null;
        }

        public AWResponseGenerating gotoModule (String name, AWRequestContext requestContext)
        {
            ModuleProperties m = moduleNamed(name);
            return (m != null) ? gotoModule(m, requestContext) : null;
        }
View Full Code Here

TOP

Related Classes of ariba.ui.meta.core.UIMeta.ModuleProperties

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.