Package net.sf.lapg.templates.api

Examples of net.sf.lapg.templates.api.INavigationStrategy.callMethod()


  }

  @SuppressWarnings("unchecked")
  public Object callMethod(Object obj, String methodName, Object[] args) throws EvaluationException {
    INavigationStrategy strategy = navigationFactory.getStrategy(obj);
    return strategy.callMethod(obj, methodName, args);
  }

  @SuppressWarnings("unchecked")
  public Object getByIndex(Object obj, Object index) throws EvaluationException {
    INavigationStrategy strategy = navigationFactory.getStrategy(obj);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.