Package com.adaptiweb.utils.livefile

Examples of com.adaptiweb.utils.livefile.LiveFile$FileLoader


public class LiveFileRefreshAspect {

  @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

Related Classes of com.adaptiweb.utils.livefile.LiveFile$FileLoader

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.