Package railo.commons.io.res.util

Examples of railo.commons.io.res.util.ResourceSnippet


      }
      else {
        partEntries=new HashMap<String, DebugEntryTemplatePartImpl>();
      }

    ResourceSnippet snippet = snippetsMap.getSnippet( source, startPos, endPos, pc.getConfig().getResourceCharset() );
        de=new DebugEntryTemplatePartImpl(source, startPos, endPos, snippet.getStartLine(), snippet.getEndLine(), snippet.getContent());
        partEntries.put(src,de);
        return de;
    }
View Full Code Here

TOP

Related Classes of railo.commons.io.res.util.ResourceSnippet

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.