Package com.iizix.prop
Interface ISelectorExpression
- All Known Implementing Classes:
EditorFolderSettingsProp
,EditorSelector
,FolderPropCnr
,FolderSettingsProp
,FolderURIPropCnr
,ModuleFolderPropCnr
,Selector
public interface ISelectorExpression
Implementation of the SelectorExpression resolver.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
isSelected
(EnvProps envProps) Called to resolve the SelectorExpression by custom Java code.
Method Details
isSelected
Called to resolve the SelectorExpression by custom Java code.- Parameters:
envProps
- The Client Environment properties.- Returns:
- true if the Selector is selected to be used, false otherwise.