Uses of Class
net.sourceforge.pebble.domain.StaticPage

Packages that use StaticPage
net.sourceforge.pebble.api.decorator   
net.sourceforge.pebble.dao   
net.sourceforge.pebble.dao.file   
net.sourceforge.pebble.decorator   
net.sourceforge.pebble.domain   
net.sourceforge.pebble.index   
 

Uses of StaticPage in net.sourceforge.pebble.api.decorator
 

Methods in net.sourceforge.pebble.api.decorator with parameters of type StaticPage
 void ContentDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 

Uses of StaticPage in net.sourceforge.pebble.dao
 

Methods in net.sourceforge.pebble.dao that return StaticPage
 StaticPage StaticPageDAO.loadStaticPage(Blog blog, java.lang.String pageId)
          Loads a specific static page.
 

Methods in net.sourceforge.pebble.dao that return types with arguments of type StaticPage
 java.util.Collection<StaticPage> StaticPageDAO.loadStaticPages(Blog blog)
          Loads the static pages for a given blog.
 

Methods in net.sourceforge.pebble.dao with parameters of type StaticPage
 void StaticPageDAO.removeStaticPage(StaticPage staticPage)
          Removes the specified static page.
 void StaticPageDAO.storeStaticPage(StaticPage staticPage)
          Stores the specified static page.
 

Uses of StaticPage in net.sourceforge.pebble.dao.file
 

Methods in net.sourceforge.pebble.dao.file that return StaticPage
 StaticPage FileStaticPageDAO.loadStaticPage(Blog blog, java.lang.String pageId)
          Loads a specific static page.
 

Methods in net.sourceforge.pebble.dao.file that return types with arguments of type StaticPage
 java.util.Collection<StaticPage> FileStaticPageDAO.loadStaticPages(Blog blog)
          Loads the static pages for a given blog.
 

Methods in net.sourceforge.pebble.dao.file with parameters of type StaticPage
 void FileStaticPageDAO.removeStaticPage(StaticPage staticPage)
          Removes the specified static page.
 void FileStaticPageDAO.storeStaticPage(StaticPage staticPage)
          Stores the specified static page.
 

Constructors in net.sourceforge.pebble.dao.file with parameters of type StaticPage
StaticPageHandler(StaticPage staticPage)
           
 

Uses of StaticPage in net.sourceforge.pebble.decorator
 

Methods in net.sourceforge.pebble.decorator with parameters of type StaticPage
 void RelativeUriDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void RadeoxDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void PhotoDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ExcerptDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void EscapeMarkupDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ContentDecoratorSupport.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ContentDecoratorChain.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 

Uses of StaticPage in net.sourceforge.pebble.domain
 

Methods in net.sourceforge.pebble.domain that return StaticPage
 StaticPage BlogService.getStaticPageById(Blog blog, java.lang.String pageId)
          Gets the page with the specified id.
 StaticPage BlogService.getStaticPageByName(Blog blog, java.lang.String name)
          Gets the static page with the specified name.
 

Methods in net.sourceforge.pebble.domain that return types with arguments of type StaticPage
 java.util.List<StaticPage> BlogService.getStaticPages(Blog blog)
          Gets the list of static pages for the given blog.
 

Methods in net.sourceforge.pebble.domain with parameters of type StaticPage
 void BlogService.putStaticPage(StaticPage staticPage)
          Puts the static page.
 void BlogService.removeStaticPage(StaticPage staticPage)
          Removes a static page.
 

Uses of StaticPage in net.sourceforge.pebble.index
 

Methods in net.sourceforge.pebble.index with parameters of type StaticPage
 void StaticPageIndex.index(StaticPage staticPage)
          Indexes a single page.
 void SearchIndex.index(StaticPage staticPage)
          Allows a single static page to be (re)indexed.
 void StaticPageIndex.unindex(StaticPage staticPage)
          Unindexes a single page.
 void SearchIndex.unindex(StaticPage staticPage)
          Removes the index for a single blog entry to be removed.
 

Method parameters in net.sourceforge.pebble.index with type arguments of type StaticPage
 void StaticPageIndex.index(java.util.List<StaticPage> staticPages)
          Indexes one or more blog entries.
 void SearchIndex.indexStaticPages(java.util.List<StaticPage> staticPages)
          Allows a collection of static pages to be indexed.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.