1281N/A<%--
1187N/A$Id$
1187N/A
1187N/ACDDL HEADER START
1187N/A
1187N/AThe contents of this file are subject to the terms of the
1281N/ACommon Development and Distribution License (the "License").
1187N/AYou may not use this file except in compliance with the License.
1187N/A
1187N/ASee LICENSE.txt included in this distribution for the specific
1187N/Alanguage governing permissions and limitations under the License.
1187N/A
1187N/AWhen distributing Covered Code, include this CDDL HEADER in each
1187N/Afile and include the License file at LICENSE.txt.
1187N/AIf applicable, add the following below this CDDL HEADER, with the
1187N/Afields enclosed by brackets "[]" replaced with your own identifying
1187N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
1187N/A
1187N/ACDDL HEADER END
1187N/A
1187N/ACopyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
1187N/APortions Copyright 2011 Jens Elkner.
1187N/A
1187N/A--%><%@ page language="java" contentType="text/html; charset=UTF-8"
1187N/A pageEncoding="UTF-8" import="
1187N/Aorg.opensolaris.opengrok.web.PageConfig"
1187N/A%><%!
1281N/A private PageConfig cfg;
1281N/A /** Just cleanup cached objects */
1187N/A
1281N/A public void jspDestroy() {
1281N/A if (cfg != null) {
1281N/A cfg.cleanup();
1281N/A }
1281N/A }
1187N/A%>