Package org.beangle.ems.security.helper

Examples of org.beangle.ems.security.helper.RestrictionHelper


  /**
   * 查看限制资源界面
   */
  public String info() {
    RestrictionHelper helper = new RestrictionHelper(entityDao);
    helper.setRestrictionService(restrictionService);
    helper.populateInfo(helper.getHolder());
    return forward();
  }
View Full Code Here

TOP

Related Classes of org.beangle.ems.security.helper.RestrictionHelper

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.