lineMap = writeJspDoc(os, doc, transformer, req, res);
} finally {
os.close();
}
StylesheetImpl ss = null;
if (stylesheet instanceof StylesheetImpl)
ss = (StylesheetImpl) stylesheet;
try {
path.setUserPath(_sourcePath.getPath());
boolean cacheable = true; // jspDoc.isCacheable();
ArrayList<PersistentDependency> depends =
new ArrayList<PersistentDependency>();
ArrayList<Depend> styleDepends = null;
if (ss != null)
styleDepends = (ArrayList) ss.getProperty(StylesheetImpl.DEPENDS);
for (int i = 0; styleDepends != null && i < styleDepends.size(); i++) {
Depend depend = styleDepends.get(i);
Depend jspDepend = new Depend(depend.getPath(),
depend.getLastModified(),