blob: 73ff002b29ac2d5f7f9a41290ef26e853f9c6d9f [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>JSP File Detection Criteria</title><meta content="DocBook XSL Stylesheets V1.76.0" name="generator"><link rel="home" href="index.html" title="Bundlor User Guide"><link rel="up" href="ch07.html" title="Chapter&nbsp;7.&nbsp;Detecting Manifest Requirements"><link rel="prev" href="ch07s08.html" title="Hibernate Mapping File Detection Criteria"><link rel="next" href="ch07s10.html" title="Log4J Configuration Detection Criteria"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><td align="left" width="20%"><a accesskey="p" href="ch07s08.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ch07s10.html">Next</a></td></tr></table><hr></div><div class="section" title="JSP File Detection Criteria"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="detecting.jsp"></a>JSP File Detection Criteria</h2></div></div></div><p>
Bundlor scans for the JSP files. If it detects this file, it scans the file for a number of values that contain
class names.
</p><div class="section" title="JSP Values"><div class="titlepage"><div><div><h3 class="title"><a name="N109A2"></a>JSP Values</h3></div></div></div><p>
Using Regular expression syntax, the following is a list of values searched for type names
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><code class="literal">&lt;%@ page.*import=\"(.*?)\".*%&gt;</code></li></ul></div><p>
</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ch07s08.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="ch07.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ch07s10.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>