fr.paris.lutece.portal.service.includes
Interface PageInclude

All Known Implementing Classes:
LinksInclude, MetasInclude, StatisticsInclude, ThemesInclude

public interface PageInclude

This interface provides a way to include additional contents to the page build by the PortalService. It lets add new bookmarks to the page_frameset or to other templates. Any page include declared in the lutece.properties or in a plugin will be called by PortalService to substitute its own bookmarks.


Method Summary
 void fillTemplate(HtmlTemplate template, PageData data, int nMode, javax.servlet.http.HttpServletRequest request)
          Substitue specific bookmarks in the page template.
 

Method Detail

fillTemplate

void fillTemplate(HtmlTemplate template,
                  PageData data,
                  int nMode,
                  javax.servlet.http.HttpServletRequest request)
Substitue specific bookmarks in the page template.

Parameters:
template - The page template containing bookmarks to substitute
data - A PageData object containing applications data
nMode - The current mode
request - The HTTP request


Copyright © 2007 Mairie de Paris. All Rights Reserved.