org.apache.torque.templates.skipdecider
Class BeanSkipDecider
java.lang.Object
org.apache.torque.templates.skipdecider.BeanSkipDecider
- All Implemented Interfaces:
- SkipDecider
public class BeanSkipDecider
- extends Object
- implements SkipDecider
A skipSourceDecider which returns true if the option
"torque.om.generateBeans" is true.
- Version:
- $Id: BeanSkipDecider.java 1331196 2012-04-27 02:56:12Z tfischer $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanSkipDecider
public BeanSkipDecider()
proceed
public boolean proceed(ControllerState controllerState)
- Specified by:
proceed
in interface SkipDecider
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.