Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.ecm.webengine.model.impl.ModuleRoot
              extended by org.nuxeo.webengine.sites.Sites
All Implemented Interfaces:
ModuleResource, Resource, Adaptable
Direct Known Subclasses:
BlogSites

public class Sites
extends ModuleRoot

Web object implementation corresponding to module root.


Constructor Summary
Sites()
           
 
Method Summary
 Object dispatch(String path)
           
 Object doGet()
           
 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.ModuleRoot
getLink, getSkinResource, handleError, setHttpHeaders, setHttpRequest, setUriInfo
 
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, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.webengine.model.Resource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot
 
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
 

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

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.