- 
                Notifications
    You must be signed in to change notification settings 
- Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
FragmentsRendering#with methods have caused some confusion, making it look like adding a full template name first, and then fragment names through the builder. However, we are collecting a uniform list of fragments each consisting of a view (name) and optional model.
We should use fragment and fragments for the method names instead to be more clear:
FragmentsRendering
        .fragment("todos :: foo")
        .fragment("todos :: bar")
        .build();Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement