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

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

public class MapCall
extends Object

MapCall

Version:
$Revision: 23156 $, $Date: 2010-03-18 14:29:52 +0100 (Thu, 18 Mar 2010) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Nested Class Summary
static class MapCall.Type
          Type
 
Constructor Summary
MapCall(String name, MapCall.Type type)
           
 
Method Summary
 void eval(StringBuilder sb, HashMap<String,Object> defs, Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapCall

public MapCall(String name,
               MapCall.Type type)
Parameters:
name -
type -
Method Detail

eval

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.