<%-- Copyright (C) 2009-2010 the original author or authors. See the notice.md file distributed with this work for additional information regarding copyright ownership. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%@ var body: String %> <%@ var title: String = "" %> <%@ var style : String = null %> <%@ var navigation: Boolean = true %> <% escapeMarkup = false %> <% import org.fusesource.scalate.servlet.ServletRenderContext._ %> <% import org.apache.servicemix.documentation.Helper._ %> Apache ServiceMix Documentation - ${title} <% if (style != null) { %> <% } %>
<% if (navigation) { %>
<% if (jbi(requestUri)) { %>

JBI Support deprecated in Apache ServiceMix 4

JBI 1.0 support is available in Apache ServiceMix 4 to allow existing users to migrate more easily to this latest version - if you're a new user, you should consider JBI deprecated and not use it for your project. Take a look at our technology selection guidelines for more information.

<% } %> <%= body %>
<% } %> <% if (!navigation) { %> <%= body %> <% } %>