Nuxeo Enterprise Platform 5.1

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()
           
 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 setViewDefs(Map<String,ViewDef> viewDefs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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)

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.