Package org.codelibs.fess.helper
Class LabelTypeHelper
- java.lang.Object
-
- org.codelibs.fess.helper.AbstractConfigHelper
-
- org.codelibs.fess.helper.LabelTypeHelper
-
public class LabelTypeHelper extends AbstractConfigHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classLabelTypeHelper.LabelTypeItemstatic classLabelTypeHelper.LabelTypePattern
-
Field Summary
Fields Modifier and Type Field Description protected List<LabelTypeHelper.LabelTypeItem>labelTypeItemListprotected List<LabelTypeHelper.LabelTypePattern>labelTypePatternList-
Fields inherited from class org.codelibs.fess.helper.AbstractConfigHelper
reloadInterval
-
-
Constructor Summary
Constructors Constructor Description LabelTypeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildLabelTypeItems(List<LabelType> labelTypeList)protected voidbuildLabelTypePatternList(List<LabelType> labelTypeList)List<Map<String,String>>getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType)List<Map<String,String>>getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType, Locale requestLocale)Set<String>getMatchedLabelValueSet(String path)voidinit()intload()protected booleanmatchLocale(Locale requestLocale, Locale targetLocale)voidrefresh(List<LabelType> labelTypeList)-
Methods inherited from class org.codelibs.fess.helper.AbstractConfigHelper
setReloadInterval, update, waitForNext
-
-
-
-
Field Detail
-
labelTypeItemList
protected volatile List<LabelTypeHelper.LabelTypeItem> labelTypeItemList
-
labelTypePatternList
protected volatile List<LabelTypeHelper.LabelTypePattern> labelTypePatternList
-
-
Method Detail
-
init
@PostConstruct public void init()
-
load
public int load()
- Specified by:
loadin classAbstractConfigHelper
-
getLabelTypeItemList
public List<Map<String,String>> getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType)
-
getLabelTypeItemList
public List<Map<String,String>> getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType, Locale requestLocale)
-
-