mast.jsp revision 14a41f02433890d19b2f871156271e3388cd0845
2c8454e288252bcfa5e77ea3d35bfed05266b869hajmaCDDL HEADER START
2c8454e288252bcfa5e77ea3d35bfed05266b869hajmaThe contents of this file are subject to the terms of the
See LICENSE.txt included in this distribution for the specific
file and include the License file at LICENSE.txt.
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
--%><%@ page session="false" errorPage="error.jsp" import="
/* ---------------------- mast.jsp start --------------------- */
cfg = PageConfig.get(request);
String redir = cfg.canProcess();
if (redir == null || redir.length() > 0) {
response.sendRedirect(redir);
long flast = cfg.getLastModified();
if (request.getDateHeader("If-Modified-Since") >= flast) {
response.setDateHeader("Last-Modified", flast);
if (request.getCharacterEncoding() == null) {
request.setCharacterEncoding("UTF-8");
String path = cfg.getPath();
cfg.setTitle("Cross Reference: " + path);
String context = request.getContextPath();
String uriEncodedPath = cfg.getUriEncodedPath();
String rev = cfg.getRequestedRevision();
include file="httpheader.jspf"
<script type="text/javascript">/* <![CDATA[ */
%>';document.rev = '<%= rev
document.domReady.push(function() {domReadyMast();});
document.pageReady.push(function() { pageReadyMast();});
<form action="<%= context + Prefix.SEARCH_P %>">
include file="pageheader.jspf"
>Cross Reference: <%= cfg.getCrossFilename() %></span><%
String dtag = cfg.getDefineTagsIndex();
if (dtag.length() > 0) {
<tt><a href="<%= context + Prefix.XREF_P %>/">xref</a>: <%= Util
if (!cfg.hasHistory()) {
%><li><a href="<%= context + Prefix.HIST_L + uriEncodedPath
} else if (cfg.annotate()) {
context + Prefix.XREF_P + uriEncodedPath
+ (rev.length() == 0 ? "" : "?") + rev
if (!cfg.isDir()) {
%><li><a href="<%= context + Prefix.RAW_P + uriEncodedPath
+ (rev.length() == 0 ? "" : "?") + rev
Project proj = cfg.getProject();
String[] vals = cfg.getSearchOnlyIn();
<input type="hidden" name="project" value="<%=proj.getDescription()%>" /><%
/* ---------------------- mast.jsp end --------------------- */