org.apache.torque.templates.skipdecider
Class InterfaceSkipDecider
java.lang.Object
org.apache.torque.templates.skipdecider.InterfaceSkipDecider
- All Implemented Interfaces:
- SkipDecider
public class InterfaceSkipDecider
- extends Object
- implements SkipDecider
A skip decider which returns true if the attribute "interface"
is set on the current source element and if the name does not contain
a dot.
- Version:
- $Id: InterfaceSkipDecider.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 |
InterfaceSkipDecider
public InterfaceSkipDecider()
proceed
public boolean proceed(ControllerState controllerState)
- Specified by:
proceed
in interface SkipDecider
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.