0N/ASee LICENSE.txt included in this distribution for the specific
0N/Afile and include the License file at LICENSE.txt.
1281N/A cfg = PageConfig.get(request);
1281N/A String redir = cfg.canProcess();
1281N/A if (redir == null || redir.length() > 0) {
1281N/A response.sendRedirect(redir);
1281N/A long flast = cfg.getLastModified();
1281N/A if (request.getDateHeader("If-Modified-Since") >= flast) {
1281N/A response.setDateHeader("Last-Modified", flast);
1281N/A if (request.getCharacterEncoding() == null) {
1281N/A request.setCharacterEncoding("UTF-8");
1281N/A String path = cfg.getPath();
1281N/A cfg.setTitle("Cross Reference: " + path);
1281N/A String context = request.getContextPath();
1281N/A String uriEncodedPath = cfg.getUriEncodedPath();
1281N/A String rev = cfg.getRequestedRevision();
1186N/Ainclude file="httpheader.jspf"
1186N/A<script type="text/javascript">/* <![CDATA[ */
1281N/A %>';document.rev = '<%= rev
1281N/A document.domReady.push(function() {domReadyMast();});
1281N/A document.pageReady.push(function() { pageReadyMast();});
1281N/A <form action="<%= context + Prefix.SEARCH_P %>">
1186N/Ainclude file="pageheader.jspf"
1281N/A >Cross Reference: <%= cfg.getCrossFilename() %></span><%
1281N/A String dtag = cfg.getDefineTagsIndex();
1281N/A if (dtag.length() > 0) {
1281N/A <tt><a href="<%= context + Prefix.XREF_P %>/">xref</a>: <%= Util
1281N/A if (!cfg.hasHistory()) {
1281N/A %><li><a href="<%= context + Prefix.HIST_L + uriEncodedPath
1281N/A } else if (cfg.annotate()) {
1281N/A context + Prefix.XREF_P + uriEncodedPath
1281N/A + (rev.length() == 0 ? "" : "?") + rev
1281N/A %><li><a href="<%= context + Prefix.RAW_P + uriEncodedPath
1281N/A + (rev.length() == 0 ? "" : "?") + rev
1281N/A Project proj = cfg.getProject();
1281N/A String[] vals = cfg.getSearchOnlyIn();
1281N/A <input type="hidden" name="project" value="<%=proj.getDescription()%>" /><%