Uses of Class
org.springframework.extensions.webscripts.TemplateConfigModel
-
Packages that use TemplateConfigModel Package Description org.springframework.extensions.surf.extensibility org.springframework.extensions.webscripts -
-
Uses of TemplateConfigModel in org.springframework.extensions.surf.extensibility
Methods in org.springframework.extensions.surf.extensibility that return TemplateConfigModel Modifier and Type Method Description TemplateConfigModelHandlesExtensibility. getExtendedTemplateConfigModel(java.lang.String xmlConfig)Creates a newExtendedTemplateConfigModelinstance which contains configuration provided by the extensions that have been evaluated to be processed. -
Uses of TemplateConfigModel in org.springframework.extensions.webscripts
Subclasses of TemplateConfigModel in org.springframework.extensions.webscripts Modifier and Type Class Description classExtendedTemplateConfigModelExtendedTemplateConfigModelthat is used to capture configuration that is dynamically added through extensionsMethods in org.springframework.extensions.webscripts that return TemplateConfigModel Modifier and Type Method Description TemplateConfigModelExtensibilityContainer. getExtendedTemplateConfigModel(java.lang.String xmlConfig)Creates a newTemplateConfigModelinstance using the local configuration generated for this request.
-