org.deegree.feature.utils.templating.lang
Class PropertyTemplateCall

java.lang.Object
  extended by org.deegree.feature.utils.templating.lang.PropertyTemplateCall

public class PropertyTemplateCall
extends Object

PropertyTemplateCall

Version:
$Revision: 24693 $, $Date: 2010-06-04 13:34:07 +0200 (Fri, 04 Jun 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Constructor Summary
PropertyTemplateCall(String name, List<String> patterns, boolean negate)
           
 
Method Summary
 void eval(StringBuilder sb, HashMap<String,Object> defs, Object obj, boolean geometries)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyTemplateCall

public PropertyTemplateCall(String name,
                            List<String> patterns,
                            boolean negate)
Parameters:
name -
patterns -
negate -
Method Detail

eval

public void eval(StringBuilder sb,
                 HashMap<String,Object> defs,
                 Object obj,
                 boolean geometries)
Parameters:
sb -
defs -
obj -
geometries -

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.