This file is indexed.

/usr/share/doc/libognl-java/LanguageGuide/index.html is in libognl-java-doc 2.7.3-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>OGNL Language Guide</title><link href="../docbook.css" type="text/css" rel="stylesheet"><meta content="DocBook XSL Stylesheets V1.78.1" name="generator"><link rel="home" href="index.html" title="OGNL Language Guide"><link rel="next" href="introduction.html" title="Chapter&nbsp;1.&nbsp;Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">OGNL Language Guide</th></tr><tr><td align="left" width="20%">&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="introduction.html"><img src="../images/navigation/next.gif" alt="Next"></a></td></tr></table><hr></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="N10001"></a>OGNL Language Guide</h1></div><div><div class="author"><h3 class="author"><span class="firstname">Drew</span> <span class="surname">Davidson</span></h3></div></div><div><p class="copyright">Copyright &copy; 2004 OGNL Technology, Inc.</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="introduction.html">1. Introduction</a></span></dt><dt><span class="chapter"><a href="history.html">2. History</a></span></dt><dt><span class="chapter"><a href="basicSyntax.html">3. Syntax</a></span></dt><dt><span class="chapter"><a href="basicExpressions.html">4. Expressions</a></span></dt><dd><dl><dt><span class="section"><a href="basicExpressions.html#constants">Constants</a></span></dt><dt><span class="section"><a href="properties.html">Referring to Properties</a></span></dt><dt><span class="section"><a href="indexing.html">Indexing</a></span></dt><dd><dl><dt><span class="section"><a href="indexing.html#N10184">Array and List Indexing</a></span></dt><dt><span class="section"><a href="indexing.html#N10189">JavaBeans Indexed Properties</a></span></dt><dt><span class="section"><a href="indexing.html#N101C5">OGNL Object Indexed Properties</a></span></dt></dl></dd><dt><span class="section"><a href="methods.html">Calling Methods</a></span></dt><dt><span class="section"><a href="varref.html">Variable References</a></span></dt><dt><span class="section"><a href="paren.html">Parenthetical Expressions</a></span></dt><dt><span class="section"><a href="chainedSubexpressions.html">Chained Subexpressions</a></span></dt><dt><span class="section"><a href="collectionConstruction.html">Collection Construction</a></span></dt><dd><dl><dt><span class="section"><a href="collectionConstruction.html#listConstruction">Lists</a></span></dt><dt><span class="section"><a href="collectionConstruction.html#nativeArrayConstruction">Native Arrays</a></span></dt><dt><span class="section"><a href="collectionConstruction.html#mapConstruction">Maps</a></span></dt></dl></dd><dt><span class="section"><a href="projection.html">Projecting Across Collections</a></span></dt><dt><span class="section"><a href="selection.html">Selecting From Collections</a></span></dt><dd><dl><dt><span class="section"><a href="selection.html#N10300">Selecting First Match</a></span></dt><dt><span class="section"><a href="selection.html#N10316">Selecting Last Match</a></span></dt></dl></dd><dt><span class="section"><a href="constructors.html">Calling Constructors</a></span></dt><dt><span class="section"><a href="staticMethods.html">Calling Static Methods</a></span></dt><dt><span class="section"><a href="staticFields.html">Getting Static Fields</a></span></dt><dt><span class="section"><a href="expressionEvaluation.html">Expression Evaluation</a></span></dt><dt><span class="section"><a href="lambdaExpressions.html">Pseudo-Lambda Expressions</a></span></dt><dt><span class="section"><a href="specialCollectionsProperties.html">Pseudo-Properties for Collections</a></span></dt><dt><span class="section"><a href="differences.html">Operators that differ from Java's operators</a></span></dt><dt><span class="section"><a href="settingVersusGetting.html">Setting values versus getting values</a></span></dt></dl></dd><dt><span class="chapter"><a href="coercion.html">5. Coercing Objects to Types</a></span></dt><dd><dl><dt><span class="section"><a href="coercion.html#coerceBoolean">Interpreting Objects as Booleans</a></span></dt><dt><span class="section"><a href="coerceNumber.html">Interpreting Objects as Numbers</a></span></dt><dt><span class="section"><a href="coerceInteger.html">Interpreting Objects as Integers</a></span></dt><dt><span class="section"><a href="coerceCollection.html">Interpreting Objects as Collections</a></span></dt></dl></dd><dt><span class="appendix"><a href="apa.html">A. <acronym class="acronym">OGNL</acronym> Language Reference</a></span></dt><dd><dl><dt><span class="section"><a href="apa.html#operators">Operators</a></span></dt></dl></dd></dl></div><div class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>3.1. <a href="basicSyntax.html#N100A2"><acronym class="acronym">OGNL</acronym> Expression Parts</a></dt><dt>4.1. <a href="specialCollectionsProperties.html#N103F0">Special Collections Pseudo-Properties</a></dt><dt>A.1. <a href="apa.html#N10642"><acronym class="acronym">OGNL</acronym> Operators</a></dt></dl></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%">&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="introduction.html"><img src="../images/navigation/next.gif" alt="Next"></a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%">&nbsp;</td><td valign="top" align="right" width="40%">&nbsp;Chapter&nbsp;1.&nbsp;Introduction</td></tr></table></div></body></html>