Package javadocofflinesearch.server
Class WebParams
- java.lang.Object
-
- javadocofflinesearch.server.WebParams
-
- All Implemented Interfaces:
SearchSettings
public class WebParams extends java.lang.Object implements SearchSettings
-
-
Constructor Summary
Constructors Constructor Description WebParams(java.lang.String query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Formatter
createFormatter(java.io.PrintStream out)
int
getDidYouMeantCount()
int
getDidYouMeantDeadLine()
int
getInfoAfter()
int
getInfoBefore()
java.lang.Integer
getInfoLoad()
java.lang.Integer
getInfoShow()
java.lang.String
getLibrary()
java.lang.String
getOrigQuery()
java.lang.String
getQuery()
int
getRecords()
LibrarySetup
getSetup()
int
getstartAt()
boolean
isFileForced()
for sake of record.boolean
isHighlight()
boolean
isInfo()
boolean
isJump()
boolean
isMergeWonted()
boolean
isNegateInfo()
boolean
isNegateMerge()
boolean
isNegatePdf()
boolean
isOmitArchives()
boolean
isOmitPdfInfo()
boolean
isPage()
boolean
isPdf2txt()
boolean
isWasFromPage()
-
-
-
Method Detail
-
getOrigQuery
public java.lang.String getOrigQuery()
-
getQuery
public java.lang.String getQuery()
-
isPage
public boolean isPage()
- Specified by:
isPage
in interfaceSearchSettings
-
isFileForced
public boolean isFileForced()
for sake of record.- Returns:
- no longer of course override
-
isOmitArchives
public boolean isOmitArchives()
- Specified by:
isOmitArchives
in interfaceSearchSettings
-
getInfoBefore
public int getInfoBefore()
- Specified by:
getInfoBefore
in interfaceSearchSettings
-
getInfoAfter
public int getInfoAfter()
- Specified by:
getInfoAfter
in interfaceSearchSettings
-
getDidYouMeantDeadLine
public int getDidYouMeantDeadLine()
- Specified by:
getDidYouMeantDeadLine
in interfaceSearchSettings
-
getDidYouMeantCount
public int getDidYouMeantCount()
- Specified by:
getDidYouMeantCount
in interfaceSearchSettings
-
getstartAt
public int getstartAt()
- Specified by:
getstartAt
in interfaceSearchSettings
-
getRecords
public int getRecords()
- Specified by:
getRecords
in interfaceSearchSettings
-
isWasFromPage
public boolean isWasFromPage()
-
createFormatter
public Formatter createFormatter(java.io.PrintStream out)
- Specified by:
createFormatter
in interfaceSearchSettings
-
getInfoLoad
public java.lang.Integer getInfoLoad()
-
getInfoShow
public java.lang.Integer getInfoShow()
-
isNegateInfo
public boolean isNegateInfo()
-
isNegateMerge
public boolean isNegateMerge()
-
isNegatePdf
public boolean isNegatePdf()
-
isInfo
public boolean isInfo()
- Specified by:
isInfo
in interfaceSearchSettings
-
isOmitPdfInfo
public boolean isOmitPdfInfo()
- Specified by:
isOmitPdfInfo
in interfaceSearchSettings
-
isMergeWonted
public boolean isMergeWonted()
- Specified by:
isMergeWonted
in interfaceSearchSettings
-
getLibrary
public java.lang.String getLibrary()
- Specified by:
getLibrary
in interfaceSearchSettings
-
getSetup
public LibrarySetup getSetup()
- Specified by:
getSetup
in interfaceSearchSettings
-
isHighlight
public boolean isHighlight()
-
isJump
public boolean isJump()
-
isPdf2txt
public boolean isPdf2txt()
-
-