Nuxeo Enterprise Platform 5.3

org.nuxeo.webengine.blogs
Class BlogPost

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.core.rest.DocumentObject
              extended by org.nuxeo.webengine.sites.AbstractSiteDocumentObject
                  extended by org.nuxeo.webengine.sites.Page
                      extended by org.nuxeo.webengine.blogs.BlogPost
All Implemented Interfaces:
Resource, Adaptable

public class BlogPost
extends Page

Web object implementation corresponding to BlogPost.

Author:
rux

Field Summary
 
Fields inherited from class org.nuxeo.webengine.sites.Page
pathSegment
 
Fields inherited from class org.nuxeo.webengine.sites.AbstractSiteDocumentObject
FLASH_WELCOME_MEDIA, IMAGE_WELCOME_MEDIA, NO_WELCOME_MEDIA
 
Fields inherited from class org.nuxeo.ecm.core.rest.DocumentObject
doc
 
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
ctx, next, path, prev, type
 
Constructor Summary
BlogPost()
           
 
Method Summary
protected  String getDefaultSchemaFieldThemePageValue()
          Returns the default value of the theme page for the current web object.
protected  String getDefaultSchemaFieldThemeValue()
          Returns the default value of the theme for the current web object.
 String getIdForRss()
           
protected  String getSearchThemePage()
          Returns the search theme page.
protected  String getWebPageDocumentType()
          Returns the document type of the entry.
protected  void setSearchParameters()
          Sets the parameters needed to perform a search.
 Resource traverse(String path)
           
 
Methods inherited from class org.nuxeo.webengine.sites.Page
doPost, getErrorArguments, getErrorTemplateName, getSchemaFieldThemeName, getSchemaFieldThemePageName, initialize, modifyWebPage
 
Methods inherited from class org.nuxeo.webengine.sites.AbstractSiteDocumentObject
_getSearchParameters, createWebPage, doGet, getArguments, getHomePagePath, getLogo, getParentWebSite, getSearchParameters, getWebSiteDocumentType, getWelcomeMedia, getWelcomeMediaHeight, getWelcomeMediaIsImage, getWelcomeMediaWidth, setDoGetParameters
 
Methods inherited from class org.nuxeo.ecm.core.rest.DocumentObject
doDelete, doHead, doPut, getAdapter, getCoreSession, getDelete, getDocument, getPut, getTitle, newDocument, newDocument, newDocument, search
 
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, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogPost

public BlogPost()
Method Detail

traverse

public Resource traverse(String path)
Overrides:
traverse in class Page

setSearchParameters

protected void setSearchParameters()
Description copied from class: AbstractSiteDocumentObject
Sets the parameters needed to perform a search.

Overrides:
setSearchParameters in class AbstractSiteDocumentObject

getWebPageDocumentType

protected String getWebPageDocumentType()
Description copied from class: AbstractSiteDocumentObject
Returns the document type of the entry.

Overrides:
getWebPageDocumentType in class AbstractSiteDocumentObject

getDefaultSchemaFieldThemeValue

protected String getDefaultSchemaFieldThemeValue()
Description copied from class: AbstractSiteDocumentObject
Returns the default value of the theme for the current web object.

Overrides:
getDefaultSchemaFieldThemeValue in class Page

getDefaultSchemaFieldThemePageValue

protected String getDefaultSchemaFieldThemePageValue()
Description copied from class: AbstractSiteDocumentObject
Returns the default value of the theme page for the current web object.

Overrides:
getDefaultSchemaFieldThemePageValue in class Page

getSearchThemePage

protected String getSearchThemePage()
Description copied from class: AbstractSiteDocumentObject
Returns the search theme page.

Overrides:
getSearchThemePage in class Page

getIdForRss

public String getIdForRss()

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.