|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.dbpage.business.DbPageLoaderProperties
public class DbPageLoaderProperties
This class provides the properties object loader
Constructor Summary | |
---|---|
DbPageLoaderProperties()
Constructor |
Method Summary | |
---|---|
fr.paris.lutece.portal.service.resource.Resource |
getResource(java.lang.String strId)
Get a resource by its Id |
java.util.Collection<DbPage> |
getResources()
Gets all resource available for this Loader |
java.util.List<DbPageSection> |
loadListSection(java.util.Properties properties,
int nSections)
Return a list of sections |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbPageLoaderProperties()
Method Detail |
---|
public java.util.Collection<DbPage> getResources()
getResources
in interface fr.paris.lutece.portal.service.resource.ResourceLoader
public fr.paris.lutece.portal.service.resource.Resource getResource(java.lang.String strId)
getResource
in interface fr.paris.lutece.portal.service.resource.ResourceLoader
strId
- The resource Id
public java.util.List<DbPageSection> loadListSection(java.util.Properties properties, int nSections)
properties
- the list of propertiesnSections
- the section of the properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |