$uri #set ($componentList = ${model.getComponents()}) #foreach( $component in $componentList ) #if ($modelIds.contains($component.modelId) && ($component.name)) #if (!$component.isConfigExcluded()) $utils.getTagName($component.name) $component.type #if ($component.rendererType) #if (!($component.rendererType == "")) $component.rendererType #end #end #if ($component.tagHandler) $component.tagHandler #end #end #end #end #set ($componentList = ${model.getConverters()}) #foreach( $component in $componentList ) #if ($modelIds.contains($component.modelId) && ($component.name)) #if ($component.converterId) $utils.getTagName($component.name) $component.converterId #end #end #end #set ($componentList = ${model.getValidators()}) #foreach( $component in $componentList ) #if ($modelIds.contains($component.modelId) && ($component.name)) #if ($component.validatorId) $utils.getTagName($component.name) $component.validatorId #end #end #end #set ($tagList = $model.getTags()) #foreach( $tag in $tagList ) #if ($modelIds.contains($tag.modelId)) #if ($tag.tagHandler) $utils.getTagName($tag.name) $tag.tagHandler #end #end #end