Nuxeo Enterprise Platform 5.4

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.


Constructor Summary
Sites()
           
 
Method Summary
 java.lang.Object dispatch(java.lang.String path)
           
 java.lang.Object doGet()
           
 java.util.List<java.lang.Object> getWebContainers()
           
 java.lang.String getWebPageDocumentType()
          Returns the document type of the child
 java.lang.String getWebSiteDocumentType()
          Returns the document type of the web site.
 java.lang.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, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sites

public Sites()
Method Detail

doGet

public java.lang.Object doGet()

dispatch

public java.lang.Object dispatch(java.lang.String path)

getWebContainers

public java.util.List<java.lang.Object> getWebContainers()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

getWebSiteDocumentType

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


getWebSiteObjectTypeName

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


getWebPageDocumentType

public java.lang.String getWebPageDocumentType()
Returns the document type of the child


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.