Uses of Class
scriptella.expression.PropertiesSubstitutor

Packages that use PropertiesSubstitutor
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.expression Classes for working with expressions and properties substitution. 
 

Uses of PropertiesSubstitutor in scriptella.configuration
 

Methods in scriptella.configuration with parameters of type PropertiesSubstitutor
 void IncludeEl.setPropertiesSubstitutor(PropertiesSubstitutor substitutor)
          Sets the properties substitutor to expand properties inside href attribute.
 

Constructors in scriptella.configuration with parameters of type PropertiesSubstitutor
XmlElement(org.w3c.dom.Element element, java.net.URL documentUrl, PropertiesSubstitutor substitutor)
           
 

Uses of PropertiesSubstitutor in scriptella.expression
 

Constructors in scriptella.expression with parameters of type PropertiesSubstitutor
LineIterator(java.io.Reader reader, PropertiesSubstitutor substitutor)
           
LineIterator(java.io.Reader reader, PropertiesSubstitutor substitutor, boolean trimLines)
          Constructs iterator.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.