Package javadocofflinesearch.formatters
Class AjaxHtmlFormatter
- java.lang.Object
-
- javadocofflinesearch.formatters.StaticHtmlFormatter
-
- javadocofflinesearch.formatters.SearchableHtmlFormatter
-
- javadocofflinesearch.formatters.AjaxHtmlFormatter
-
- All Implemented Interfaces:
Formatter
public class AjaxHtmlFormatter extends SearchableHtmlFormatter
Was intended to dont include the extracted testxts, but without content length browsers do ojust ok. so no need to implement this ever.
-
-
Field Summary
-
Fields inherited from class javadocofflinesearch.formatters.SearchableHtmlFormatter
bypage, ddmCount, ddmDeadline, higlight, infoAfter, infoBefore, jump, jumpPrefix, library, merge, noInfo, pdf2txt, previewMaxLoad, previewMaxShow, query, records, searchType, showAlsoPdfInfo, startAt
-
Fields inherited from class javadocofflinesearch.formatters.StaticHtmlFormatter
infoExtractor, out, setup
-
-
Constructor Summary
Constructors Constructor Description AjaxHtmlFormatter(java.io.PrintStream out, LibrarySetup setup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
summary(java.lang.String path, java.lang.String queryString, int infoBefore, int infoAfter)
-
Methods inherited from class javadocofflinesearch.formatters.SearchableHtmlFormatter
file, getDefaults, haders, pages
-
Methods inherited from class javadocofflinesearch.formatters.StaticHtmlFormatter
anchors, couldYouMeant, highlightEnd, highlitEnd, highlitStart, highlitStart, initializationFailed, printLibrary, resulsSummary, resultsIn, searchStarted, tail, title
-
-
-
-
Constructor Detail
-
AjaxHtmlFormatter
public AjaxHtmlFormatter(java.io.PrintStream out, LibrarySetup setup)
-
-
Method Detail
-
summary
public java.lang.String summary(java.lang.String path, java.lang.String queryString, int infoBefore, int infoAfter)
- Specified by:
summary
in interfaceFormatter
- Overrides:
summary
in classStaticHtmlFormatter
-
-