|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.insert.InsertServiceManager
public final class InsertServiceManager
Manager of the InsertServices (Insert + HTML). Responsible for (un)registering them.
Method Summary | |
---|---|
static InsertService |
getInsertService(java.lang.String strId)
Get a particular Insert service |
static java.util.Collection<InsertService> |
getInsertServicesList()
Returns all registered Insert services |
static java.util.List<java.lang.String> |
getInsertsLabels()
Returns the names of all registered Insert Service |
static void |
registerInsertService(InsertService is)
Registers a new Index Service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerInsertService(InsertService is)
is
- the servicepublic static java.util.Collection<InsertService> getInsertServicesList()
public static InsertService getInsertService(java.lang.String strId)
strId
- Identifier of the seeked service
public static java.util.List<java.lang.String> getInsertsLabels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |