fr.paris.lutece.plugins.dbpage.service
Class DbPageService

java.lang.Object
  extended by fr.paris.lutece.portal.service.cache.AbstractCacheableService
      extended by fr.paris.lutece.portal.service.resource.ResourceService
          extended by fr.paris.lutece.plugins.dbpage.service.DbPageService
All Implemented Interfaces:
fr.paris.lutece.portal.service.cache.CacheableService, fr.paris.lutece.portal.service.util.LuteceService

public final class DbPageService
extends fr.paris.lutece.portal.service.resource.ResourceService

This class provides DbPageService object


Method Summary
 DbPage getDbPage(java.lang.String strDbPageName)
          Returns the DbPage
 java.util.Collection<DbPage> getDbPagesCollection()
          Returns a Collection of all dbpages
 fr.paris.lutece.util.ReferenceList getDbPagesList()
          Returns a list of all dbpages
static DbPageService getInstance()
          Returns the instance of the singleton
protected  java.lang.String getLoadersProperty()
          Returns the property key that contains the loaders list
 java.util.List<java.lang.String> getValues(javax.servlet.http.HttpServletRequest request)
          Extracts values from the Http request
 void init()
          Initialize the DbPage service
 
Methods inherited from class fr.paris.lutece.portal.service.resource.ResourceService
addLoader, getName, getResource, getResources, initLoaders, setCacheKey, setName, setNameKey
 
Methods inherited from class fr.paris.lutece.portal.service.cache.AbstractCacheableService
getCache, getCacheSize, getFromCache, initCache, isCacheEnable, putInCache, resetCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init()
Initialize the DbPage service


getInstance

public static DbPageService getInstance()
Returns the instance of the singleton

Returns:
The instance of the singleton

getDbPage

public DbPage getDbPage(java.lang.String strDbPageName)
Returns the DbPage

Parameters:
strDbPageName - The DbPage's name
Returns:
the DbPage

getDbPagesCollection

public java.util.Collection<DbPage> getDbPagesCollection()
Returns a Collection of all dbpages

Returns:
The Collection of all dbpages

getDbPagesList

public fr.paris.lutece.util.ReferenceList getDbPagesList()
Returns a list of all dbpages

Returns:
The list of all dbpages

getValues

public java.util.List<java.lang.String> getValues(javax.servlet.http.HttpServletRequest request)
Extracts values from the Http request

Parameters:
request - The Http request
Returns:
A list of values

getLoadersProperty

protected java.lang.String getLoadersProperty()
Returns the property key that contains the loaders list

Specified by:
getLoadersProperty in class fr.paris.lutece.portal.service.resource.ResourceService
Returns:
A property key


Copyright © 2010 Mairie de Paris. All Rights Reserved.