|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.portal.service.cache.AbstractCacheableService
fr.paris.lutece.portal.service.resource.ResourceService
fr.paris.lutece.plugins.folderlisting.service.FolderService
public class FolderService
| Method Summary | |
|---|---|
Folder |
getFolder(String strFolderName)
Returns the Folder |
List<Folder> |
getFoldersCollection()
Returns a Collection of all folders |
fr.paris.lutece.util.ReferenceList |
getFoldersList()
Returns a list of all folders |
static FolderService |
getInstance()
Returns the instance of the singleton |
protected String |
getLoadersProperty()
Returns the property key that contains the loaders list |
void |
init()
Initialize the Folder 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 |
|---|
clone, dispose, enableCache, getCache, getCacheSize, getFromCache, getInfos, getKeys, getMaxElements, getMemorySize, getTimeToLive, initCache, initCache, isCacheEnable, notifyElementEvicted, notifyElementExpired, notifyElementPut, notifyElementRemoved, notifyElementUpdated, notifyRemoveAll, putInCache, removeKey, resetCache |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void init()
public static FolderService getInstance()
public Folder getFolder(String strFolderName)
strFolderName - The name of the folder
public fr.paris.lutece.util.ReferenceList getFoldersList()
public List<Folder> getFoldersCollection()
protected String getLoadersProperty()
getLoadersProperty in class fr.paris.lutece.portal.service.resource.ResourceService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||