Commit e69a93bf authored by Daniel Fernández's avatar Daniel Fernández Committed by Brian Clozel

Minor documentation improvements at ThymeleafProperties

parent 6a52a1a6
...@@ -84,12 +84,12 @@ public class ThymeleafProperties { ...@@ -84,12 +84,12 @@ public class ThymeleafProperties {
private Integer templateResolverOrder; 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; 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; private String[] excludedViewNames;
...@@ -218,7 +218,8 @@ public class ThymeleafProperties { ...@@ -218,7 +218,8 @@ public class ThymeleafProperties {
public static class Reactive { 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; private int maxChunkSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment