This tag has been deprecated in favor of the Include Filter. The tag can be used within gear content pages to deny page rendering if the page wasn’t invoked via a JSP include directive. This restricts users from bypassing the security tests of the Page Dispatcher Servlet and accessing content by typing in the direct URL to the JSP document. This tag should be used following taglib imports but prior to any other page content.

Attributes: None

Body: None

Example:

<%@ taglib uri="/paf-taglib" prefix="paf" %>
...
<paf:includeOnly/>
<dsp:page>
<paf:InitializeGearEnvironment id="gearEnv">
...

Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices