org.netbeans.modules.j2ee.deployment.plugins.api
Interface OldJSPDebug.JspSourceMapper.NameConverter
- Enclosing interface:
- OldJSPDebug.JspSourceMapper
public static interface OldJSPDebug.JspSourceMapper.NameConverter
Converts the JSP file name (from the string int the servlet comments into
the Forte4J resource name)
Method Summary |
String |
convert(String name)
Converts the JSP name (from the string int the servlet comments into
the Forte4J resource name) |
convert
String convert(String name)
throws IOException
- Converts the JSP name (from the string int the servlet comments into
the Forte4J resource name)
- Parameters:
name
- - JSP name to convert
- Throws:
IOException