|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.includes.PageIncludeService
public final class PageIncludeService
This service provides the registration and the list of all Portal Content Includes declared in lutece.properties or in plugin XML files.
Method Summary | |
---|---|
static java.util.List<PageInclude> |
getIncludes()
Returns a collection of Portal Content Includes |
static void |
registerPageInclude(PageIncludeEntry entry)
Register a Portal Content Include |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerPageInclude(PageIncludeEntry entry) throws LuteceInitException
entry
- The PageInclude entry
LuteceInitException
public static java.util.List<PageInclude> getIncludes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |