Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 437 Bytes

README.markdown

File metadata and controls

12 lines (7 loc) · 437 Bytes

Just a simple extractor. Extracts JSPs files, by default.

Enable through 'context-param' tag in web.xml file.

<context-param>
	<param-name>br.com.caelum.vraptor.packages</param-name>
	<param-value>br.com.caelum.vraptor.util.extract</param-value>
</context-param>

Bitdeli Badge