Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme
Class ApplicationType

java.lang.Object
  extended by org.nuxeo.theme.ApplicationType
All Implemented Interfaces:
Type

public final class ApplicationType
extends Object
implements Type


Constructor Summary
ApplicationType()
           
 
Method Summary
 NegotiationDef getNegotiation()
           
 CachingDef getResourceCaching()
           
 String getRoot()
           
 CachingDef getStyleCaching()
           
 String getTemplateEngine()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 ViewDef getViewById(String id)
           
 Map<String,ViewDef> getViewDefs()
           
 Set<String> getViewIds()
           
 void setNegotiation(NegotiationDef negotiation)
           
 void setResourceCaching(CachingDef resourceCaching)
           
 void setRoot(String root)
           
 void setStyleCaching(CachingDef styleCaching)
           
 void setTemplateEngine(String templateEngine)
           
 void setViewDefs(Map<String,ViewDef> viewDefs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationType

public ApplicationType()
Method Detail

getTypeFamily

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

getTypeName

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

getResourceCaching

public CachingDef getResourceCaching()

getStyleCaching

public CachingDef getStyleCaching()

getViewIds

public Set<String> getViewIds()

getViewById

public ViewDef getViewById(String id)

getNegotiation

public NegotiationDef getNegotiation()

getRoot

public String getRoot()

setRoot

public void setRoot(String root)

getViewDefs

public Map<String,ViewDef> getViewDefs()

setViewDefs

public void setViewDefs(Map<String,ViewDef> viewDefs)

setNegotiation

public void setNegotiation(NegotiationDef negotiation)

setResourceCaching

public void setResourceCaching(CachingDef resourceCaching)

setStyleCaching

public void setStyleCaching(CachingDef styleCaching)

getTemplateEngine

public String getTemplateEngine()

setTemplateEngine

public void setTemplateEngine(String templateEngine)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.