Package org.apache.taglibs.rdc.core

Examples of org.apache.taglibs.rdc.core.Grammar


     
      //cleanup RDC history
      session.removeAttribute("dialogMap");
      //populate amazon menu template grammars
      Grammar[] grammarList = new Grammar[] {
        new Grammar("../../grammar/musicstore-app/genre_or_category.grxml",
                    Boolean.FALSE, Boolean.FALSE, "mainGrammar"),
        new Grammar("../../grammar/musicstore-app/genre_or_category.grxml#category_only",
                    Boolean.FALSE, Boolean.FALSE, "categoryGrammar")
      };
      request.setAttribute("grammarList", grammarList);
    }
    return mapping.findForward("OK");
View Full Code Here

TOP

Related Classes of org.apache.taglibs.rdc.core.Grammar

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.