Package com.adaptiweb.utils.livefile

Examples of com.adaptiweb.utils.livefile.LiveFile.refresh()


  @Autowired Map<String, LiveFile> handlers;
 
  public void refreshLiveFile(LiveFileRefresh ann) throws Throwable {
    LiveFile handler = handlers.get(ann.value());
    if (handler != null) handler.refresh();
  }
 
}
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.