A tag that uses Velocity to render a specified template with theJellyContext storing the results in either a variable in theJellyContext or in a specified file.
        
        
      
    
    
      
    
      
        
      
      
    
    
    | Attribute Name | Type | Description | 
  
    
      
      
        
      
    
    
    | basedir | java.lang.String | Sets the base directory used for loading of templates by theVelocity file resource loader.
          
         | 
  
    
      
        
      
      
    
    
    | escapeText | boolean | 
         | 
  
    
      
      
        
      
    
    
    | inputEncoding | java.lang.String | Sets the input encoding used in the specified template whichdefaults to ISO-8859-1.
          
         | 
  
    
      
        
      
      
    
    
    | name | java.lang.String | Sets the file name for the merged output.
          
         | 
  
    
      
      
        
      
    
    
    | outputEncoding | java.lang.String | Sets the output encoding mode which defaults to ISO-8859-1 usedwhen storing the results of a merge in a file.
          
         | 
  
    
      
        
      
      
    
    
    | readOnly | boolean | Sets the read-only flag for this adapter which preventsmodifications in the Velocity context from propogating to theJellyContext.
          
         | 
  
    
      
      
        
      
    
    
    | template | java.lang.String | Sets the filename of the template used to merge with theJellyContext.
          
         | 
  
    
      
        
      
      
    
    
    | trim | boolean | 
         | 
  
    
      
      
        
      
    
    
    | var | java.lang.String | Sets the var used to store the results of the merge.
          
         |