Package org.g4studio.core.mvc.xstruts.action

Examples of org.g4studio.core.mvc.xstruts.action.ActionForward


   *            The <code>ModuleConfig</code> for this request
   * @param uri
   *            The module-relative URI to be the destination
   */
  protected ForwardConfig forward(ActionContext context, ModuleConfig moduleConfig, String uri) {
    return (new ActionForward(null, uri, false, moduleConfig.getPrefix()));
  }
View Full Code Here

TOP

Related Classes of org.g4studio.core.mvc.xstruts.action.ActionForward

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.