contentbox.modules.contentbox-ui.handlers

Class rss

lucee.Component
    extended by contentbox.modules.contentbox-ui.handlers.content
      extended by contentbox.modules.contentbox-ui.handlers.rss

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Handles RSS Feeds

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any index([any event], [any rc], [any prc])
         Display the RSS feeds for the ContentBox.
    any pages([any event], [any rc], [any prc])
         Display the RSS feeds for the pages.
     
    Methods inherited from class contentbox.modules.contentbox-ui.handlers.content
    changeLang, maintenance, onError, preHandler, preview, previewSite, saveComment, validateCommentPost, wrapContentAdvice
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    index

    public any index([any event], [any rc], [any prc])

    Display the RSS feeds for the ContentBox

    Parameters:
    event
    rc
    prc

    pages

    public any pages([any event], [any rc], [any prc])

    Display the RSS feeds for the pages

    Parameters:
    event
    rc
    prc