File extension jspf

Name: Programming Files

Popularity: 4

Open With: Adobe Dreamweaver

What is this jspf file?

Web page source code file written using Java Server Page (.JSP) syntax; contains a fragment of JSP code that does not comprise an entire JSP document; used for abstracting reusable segments of code and statically including them in JSP pages. JSPF files can be included in JSP pages using the <%@ include file="fragment.jspf"> syntax. They should be stored in the /WEB-INF/jspf/ directory of the Web server application's context root directory. NOTE: In the JSP 2.0 specification, the term "JSP fragment" was renamed to "JSP segment."