Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.blogs
Class BlogSites

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
                  extended by org.nuxeo.webengine.blogs.BlogSites
All Implemented Interfaces:
ModuleResource, Resource, Adaptable

public class BlogSites
extends Sites

Web object implementation corresponding to blog root.

Author:
rux

Constructor Summary
BlogSites()
           
 
Method Summary
 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.webengine.sites.Sites
dispatch, doGet, getWebContainers
 
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

BlogSites

public BlogSites()
Method Detail

getWebSiteDocumentType

public String getWebSiteDocumentType()
Description copied from class: Sites
Returns the document type of the web site.

Overrides:
getWebSiteDocumentType in class Sites

getWebSiteObjectTypeName

public String getWebSiteObjectTypeName()
Description copied from class: Sites
Returns the name of the web site document object.

Overrides:
getWebSiteObjectTypeName in class Sites

getWebPageDocumentType

public String getWebPageDocumentType()
Description copied from class: Sites
Returns the document type of the child

Overrides:
getWebPageDocumentType in class Sites

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.