Package webit.script.loaders.impl.resources

Examples of webit.script.loaders.impl.resources.StringResource


public class StringLoader implements Loader {

    protected boolean enableCache;

    public Resource get(String name) {
        return new StringResource(name);
    }
View Full Code Here

TOP

Related Classes of webit.script.loaders.impl.resources.StringResource

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.