Class CmsCategoryFolderRestrictionBean
java.lang.Object
org.opencms.jsp.search.config.parser.simplesearch.CmsCategoryFolderRestrictionBean
Wrapper for a combined category and folder restriction.
-
Constructor Summary
ConstructorDescriptionCmsCategoryFolderRestrictionBean
(List<String> categories, List<String> folders, CmsConfigurationBean.CombinationMode categoryMode) Constructor for the wrapper. -
Method Summary
-
Constructor Details
-
CmsCategoryFolderRestrictionBean
public CmsCategoryFolderRestrictionBean(List<String> categories, List<String> folders, CmsConfigurationBean.CombinationMode categoryMode) Constructor for the wrapper.- Parameters:
categories
- the categories to filterfolders
- the folders to filtercategoryMode
- the combination mode for categories
-
-
Method Details