Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.formats
Class FormatFilterType

java.lang.Object
  extended by org.nuxeo.theme.rendering.FilterType
      extended by org.nuxeo.theme.formats.FormatFilterType
All Implemented Interfaces:
Type

public final class FormatFilterType
extends FilterType


Field Summary
 String engine
           
 String formatName
           
 String mode
           
 String name
           
 String templateEngine
           
 
Constructor Summary
FormatFilterType()
           
FormatFilterType(String name, String formatName)
           
 
Method Summary
 String getClassName()
           
 Filter getFilter()
           
 FilterTypeFamily getFilterTypeFamily()
           
 String getFormatName()
           
 String getTypeName()
           
 void setFormatName(String formatName)
           
 
Methods inherited from class org.nuxeo.theme.rendering.FilterType
getTypeFamily
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

engine

public String engine

templateEngine

public String templateEngine

mode

public String mode

formatName

public String formatName
Constructor Detail

FormatFilterType

public FormatFilterType()

FormatFilterType

public FormatFilterType(String name,
                        String formatName)
Method Detail

getFilter

public Filter getFilter()
Specified by:
getFilter in class FilterType

getFilterTypeFamily

public FilterTypeFamily getFilterTypeFamily()
Specified by:
getFilterTypeFamily in class FilterType

getFormatName

public String getFormatName()

setFormatName

public void setFormatName(String formatName)

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type
Specified by:
getTypeName in class FilterType

getClassName

public String getClassName()
Specified by:
getClassName in class FilterType

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.