org.loom.config
Class NotInstantiableTypeFilter

java.lang.Object
  extended by org.springframework.core.type.filter.AbstractClassTestingTypeFilter
      extended by org.loom.config.NotInstantiableTypeFilter
All Implemented Interfaces:
org.springframework.core.type.filter.TypeFilter

public class NotInstantiableTypeFilter
extends org.springframework.core.type.filter.AbstractClassTestingTypeFilter

Exclude abstract action classes from the search


Constructor Summary
NotInstantiableTypeFilter()
           
 
Method Summary
protected  boolean match(org.springframework.core.type.ClassMetadata metadata)
           
 
Methods inherited from class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotInstantiableTypeFilter

public NotInstantiableTypeFilter()
Method Detail

match

protected boolean match(org.springframework.core.type.ClassMetadata metadata)
Specified by:
match in class org.springframework.core.type.filter.AbstractClassTestingTypeFilter