Package httl.spi.loaders

Examples of httl.spi.loaders.StringLoader


  private Map<String, Object> properties;
 
  private Converter<Object, Map<String, Object>> mapConverter;

  public DefaultEngine() {
    this.stringLoader = new StringLoader(this);
  }
View Full Code Here

TOP

Related Classes of httl.spi.loaders.StringLoader

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.