Nuxeo Enterprise Platform 5.3

org.nuxeo.webengine.sites
Class Sites

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
      extended by org.nuxeo.ecm.webengine.model.impl.DefaultObject
          extended by org.nuxeo.webengine.sites.Sites
All Implemented Interfaces:
Resource, Adaptable
Direct Known Subclasses:
BlogSites

public class Sites
extends DefaultObject

Web object implementation corresponding to module root.


Field Summary
 
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
ctx, next, path, prev, type
 
Constructor Summary
Sites()
           
 
Method Summary
 Object dispatch(String path)
           
 Object doGet()
           
protected  String getThemePage()
          Returns the theme name used for Sites document object type.
 List<Object> getWebContainers()
           
 String getWebPageDocumentType()
          Returns the document type of the child
 String getWebSiteDocumentType()
          Returns the document type of the web site.
 String getWebSiteObjectTypeName()
          Returns the name of the web site document object.
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
 
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sites

public Sites()
Method Detail

doGet

public Object doGet()

dispatch

public Object dispatch(String path)

getWebContainers

public List<Object> getWebContainers()
                              throws Exception
Throws:
Exception

getThemePage

protected String getThemePage()
Returns the theme name used for Sites document object type.


getWebSiteDocumentType

public String getWebSiteDocumentType()
Returns the document type of the web site.


getWebSiteObjectTypeName

public String getWebSiteObjectTypeName()
Returns the name of the web site document object.


getWebPageDocumentType

public String getWebPageDocumentType()
Returns the document type of the child


Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.