Package jodd.madvoc

Examples of jodd.madvoc.ActionNames


   */
  public ActionDef parseActionDef(final Class<?> actionClass, final Method actionMethod) {

    ActionAnnotationData annotationData = detectActionAnnotationData(actionMethod);

    final ActionNames actionNames = new ActionNames();    // collector for all action names

    readPackageActionPath(actionNames, actionClass);

    readClassActionPath(actionNames, actionClass);

View Full Code Here

TOP

Related Classes of jodd.madvoc.ActionNames

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.