Uses of Class
gov.nasa.pds.imaging.generate.TemplateException

Packages that use TemplateException
gov.nasa.pds.imaging.generate   
gov.nasa.pds.imaging.generate.automatic   
gov.nasa.pds.imaging.generate.automatic.elements   
gov.nasa.pds.imaging.generate.context   
gov.nasa.pds.imaging.generate.label   
gov.nasa.pds.imaging.generate.util   
 

Uses of TemplateException in gov.nasa.pds.imaging.generate
 

Methods in gov.nasa.pds.imaging.generate that throw TemplateException
 void Generator.initTemplate()
          Initializes and reads in the Velocity Template into the Velocity Engine.
 void Generator.setContext()
          Sets the Velocity Template contexts specified by the PDSObject API and ContextMappings object.
 

Uses of TemplateException in gov.nasa.pds.imaging.generate.automatic
 

Methods in gov.nasa.pds.imaging.generate.automatic that throw TemplateException
 String AutoGeneratedElements.get(String value)
           
 

Uses of TemplateException in gov.nasa.pds.imaging.generate.automatic.elements
 

Methods in gov.nasa.pds.imaging.generate.automatic.elements that throw TemplateException
 String LabelLength.getValue()
           
 String Element.getValue()
           
 String CurrentDateUTC.getValue()
          Deprecated.  
 

Uses of TemplateException in gov.nasa.pds.imaging.generate.context
 

Methods in gov.nasa.pds.imaging.generate.context that throw TemplateException
 void ContextUtil.addDictionaryElement(String key, List<String> elList)
           
 Object PDSContext.get(String key)
           
 

Constructors in gov.nasa.pds.imaging.generate.context that throw TemplateException
ContextMappings()
           
ContextMappings(PDSObject pdsObject, String confPath)
          Populates the contextMap with those classes specified in the context mappings XML file.
 

Uses of TemplateException in gov.nasa.pds.imaging.generate.label
 

Methods in gov.nasa.pds.imaging.generate.label that throw TemplateException
 List<Map<String,String>> PDSObject.getRecords(String... keyword)
           
 List<Map<String,String>> PDS3Label.getRecords(String... keyword)
           
 List<Map<String,String>> PDSObject.getRecordsWithIndices(List<String> keys, String... keyword)
           
 List<Map<String,String>> PDS3Label.getRecordsWithIndices(List<String> keys, String... keyword)
           
 

Uses of TemplateException in gov.nasa.pds.imaging.generate.util
 

Methods in gov.nasa.pds.imaging.generate.util that throw TemplateException
static List<String> XMLUtil.getClassList(String file, String tag)
          Static method that returns a list of Classes that will be extracted from the XML file for context mappings.
static Map<String,Class<?>> XMLUtil.getGeneratedMappings(String file, String key, String value)
          A static method that returns the mapping of String to Class for Generated Values found in the Velocity Template.
 



Copyright © 2010-2013 Planetary Data System. All Rights Reserved.