| java.lang.Object org.netbeans.modules.web.jspcompiler.SmapResolver
SmapResolver | public class SmapResolver (Code) | | author: mg116726 |
SmapResolver | public SmapResolver(SmapReader reader)(Code) | | Creates a new instance of SmapResolver
Parameters: reader - reader provides readSmap() method which returns SMAP iformation as a String |
getFileNames | public Map getFileNames()(Code) | | get all the filenames in the SMAP
|
getJavaLineType | public String getJavaLineType(int line, int col)(Code) | | |
getJspFileName | public String getJspFileName(int line, int col) throws IOException(Code) | | returns jsp name for corresponding servlet line
|
getPrimaryJspFileName | public String getPrimaryJspFileName()(Code) | | get primary jsp filename
|
hasIncludedFiles | public boolean hasIncludedFiles()(Code) | | if there are included files in the jsp or not
|
isEmpty | public boolean isEmpty()(Code) | | whether the jsp file is completely empty - without any line
|
isResolved | public boolean isResolved()(Code) | | Whether the SMAP info file is resolved or not |
mangle | public int mangle(String jspFileName, int line, int col)(Code) | | |
unmangle | public int unmangle(int line, int col)(Code) | | |
|
|