Skip to content

Commit

Permalink
Minor documentation improvements at ThymeleafProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernandez authored and bclozel committed Oct 6, 2017
1 parent 6a52a1a commit e69a93b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ public class ThymeleafProperties {
private Integer templateResolverOrder;

/**
* Comma-separated list of view names that can be resolved.
* Comma-separated list of view names (patterns allowed) that can be resolved.
*/
private String[] viewNames;

/**
* Comma-separated list of view names that should be excluded from resolution.
* Comma-separated list of view names (patterns allowed) that should be excluded from resolution.
*/
private String[] excludedViewNames;

Expand Down Expand Up @@ -218,7 +218,8 @@ public void setContentType(MimeType contentType) {
public static class Reactive {

/**
* Maximum size of data buffers used for writing to the response, in bytes.
* Maximum size of data buffers used for writing to the response, in bytes. Templates will
* execute in CHUNKED mode by default if this is set a value.
*/
private int maxChunkSize;

Expand Down

0 comments on commit e69a93b

Please sign in to comment.