Package org.codelibs.fess.helper
Class LabelTypeHelper
java.lang.Object
org.codelibs.fess.helper.AbstractConfigHelper
org.codelibs.fess.helper.LabelTypeHelper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<LabelTypeHelper.LabelTypeItem>protected List<LabelTypeHelper.LabelTypePattern>Fields inherited from class org.codelibs.fess.helper.AbstractConfigHelper
reloadInterval -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildLabelTypeItems(List<LabelType> labelTypeList) protected voidbuildLabelTypePatternList(List<LabelType> labelTypeList) getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType) getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType, Locale requestLocale) voidinit()intload()protected booleanmatchLocale(Locale requestLocale, Locale targetLocale) voidMethods inherited from class org.codelibs.fess.helper.AbstractConfigHelper
setReloadInterval, update, waitForNext
-
Field Details
-
labelTypeItemList
-
labelTypePatternList
-
-
Constructor Details
-
LabelTypeHelper
public LabelTypeHelper()
-
-
Method Details
-
init
@PostConstruct public void init() -
load
public int load()- Specified by:
loadin classAbstractConfigHelper
-
refresh
-
buildLabelTypeItems
-
getLabelTypeItemList
public List<Map<String,String>> getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType) -
getLabelTypeItemList
-
matchLocale
-
getMatchedLabelValueSet
-
buildLabelTypePatternList
-