Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.rendering
Class FilterType

java.lang.Object
  extended by org.nuxeo.theme.rendering.FilterType
All Implemented Interfaces:
Type
Direct Known Subclasses:
FormatFilterType, StandaloneFilterType

public abstract class FilterType
extends Object
implements Type


Constructor Summary
FilterType()
           
 
Method Summary
abstract  String getClassName()
           
abstract  Filter getFilter()
           
abstract  FilterTypeFamily getFilterTypeFamily()
           
 TypeFamily getTypeFamily()
           
abstract  String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterType

public FilterType()
Method Detail

getFilter

public abstract Filter getFilter()

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getFilterTypeFamily

public abstract FilterTypeFamily getFilterTypeFamily()

getTypeName

public abstract String getTypeName()
Specified by:
getTypeName in interface Type

getClassName

public abstract String getClassName()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.