Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider if we want to reintroduce base classes for template properties #44721

Open
philwebb opened this issue Mar 14, 2025 · 0 comments
Open
Assignees
Labels
status: pending-design-work Needs design work before any code can be developed theme: structure Issues related to the structure of the project and its code type: task A general task
Milestone

Comments

@philwebb
Copy link
Member

FreeMarkerProperties 
	settings
	templateLoaderPath
	preferFileSystemAccess
extends  AbstractTemplateViewResolverProperties
	prefix
	suffix
	requestContextAttribute
	exposeRequestAttributes
	exposeSessionAttributes
	allowRequestOverride
	exposeSpringMacroHelpers
	allowSessionOverride
	enabled
	cache
	contentType
	charset
	viewNames
	checkTemplateLocation

FreeMarkerViewResolver extends AbstractTemplateViewResolver


GroovyTemplateProperties 
	resourceLoaderPath
extends  AbstractTemplateViewResolverProperties
	prefix
	suffix
	requestContextAttribute
	exposeRequestAttributes
	exposeSessionAttributes
	allowRequestOverride
	exposeSpringMacroHelpers
	allowSessionOverride
	enabled
	cache
	contentType
	charset
	viewNames
	checkTemplateLocation

GroovyMarkupViewResolver extends AbstractTemplateViewResolver


MustacheProperties
	servlet
		allowRequestOverride
		allowSessionOverride
		cache
		contentType
		exposeRequestAttributes
		exposeSessionAttributes
		exposeSpringMacroHelpers
	reactive
		mediaTypes
	viewNames
	requestContextAttribute
	enabled
	charset
	checkTemplateLocation
	prefix
	suffix

MustacheViewResolver (servlet) extends AbstractTemplateViewResolver
MustacheViewResolver (reactive) extends UrlBasedViewResolver


JSP ???


ThymeleafProperties
	checkTemplate
	checkTemplateLocation
	prefix
	suffix
	mode
	encoding
	cache
	templateResolverOrder
	viewNames
	excludedViewNames
	enableSpringElCompiler
	renderHiddenMarkersBeforeCheckboxes
	enabled
	servlet
		contentType
		producePartialOutputWhileProcessing
	reactive
		maxChunkSize
		mediaTypes
		fullModeViewNames
		chunkedModeViewNames


@philwebb philwebb self-assigned this Mar 14, 2025
@philwebb philwebb added status: pending-design-work Needs design work before any code can be developed theme: structure Issues related to the structure of the project and its code labels Mar 14, 2025
@philwebb philwebb added this to the 4.0.x milestone Mar 14, 2025
@snicoll snicoll added the type: task A general task label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending-design-work Needs design work before any code can be developed theme: structure Issues related to the structure of the project and its code type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants