org.nuxeo.theme
Class ApplicationType
java.lang.Object
org.nuxeo.theme.ApplicationType
- All Implemented Interfaces:
- Type
public final class ApplicationType
- extends Object
- implements Type
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationType
public ApplicationType()
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)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.