Searched refs:includeValue (Results 1 – 2 of 2) sorted by relevance
202 final String includeValue = attributes.get("layout"); in parseExpressions() local203 if (Strings.isNullOrEmpty(includeValue)) { in parseExpressions()206 if (!includeValue.startsWith(LAYOUT_PREFIX)) { in parseExpressions()208 includeValue, LAYOUT_PREFIX); in parseExpressions()212 includedLayoutName = includeValue.substring(LAYOUT_PREFIX.length()); in parseExpressions()
859 String includeValue = include != null ? include.getValue() : null; in startWatchingUserRestrictionChanges() local861 includeValue, null, true, userId, true); in startWatchingUserRestrictionChanges()