org.apache.torque.templates.skipdecider
Class MapInitSkipDecider

java.lang.Object
  extended by org.apache.torque.templates.skipdecider.MapInitSkipDecider
All Implemented Interfaces:
SkipDecider

public class MapInitSkipDecider
extends Object
implements SkipDecider

A source filter which returns true if the option "torque.om.generateMapInit" is true.

Version:
$Id: MapInitSkipDecider.java 1331196 2012-04-27 02:56:12Z tfischer $

Constructor Summary
MapInitSkipDecider()
           
 
Method Summary
 boolean proceed(ControllerState controllerState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapInitSkipDecider

public MapInitSkipDecider()
Method Detail

proceed

public boolean proceed(ControllerState controllerState)
Specified by:
proceed in interface SkipDecider


Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.