Package nexj.core.meta

Examples of nexj.core.meta.Action


                     sActionName = sActionName.substring(i + 1);
                  }

                  XMLMetadataHelper.validateName(sActionName);

                  Action action = new Action(sActionName, sGroupName);

                  action.setEvent(event);
                  loadAction(actionElement, action);
                  event.addAction(action);
               }
            });
         }
View Full Code Here

TOP

Related Classes of nexj.core.meta.Action

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.