|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPageApplicationEntry | |
---|---|
fr.paris.lutece.portal.service.content | |
fr.paris.lutece.portal.service.plugin |
Uses of XPageApplicationEntry in fr.paris.lutece.portal.service.content |
---|
Methods in fr.paris.lutece.portal.service.content that return XPageApplicationEntry | |
---|---|
static XPageApplicationEntry |
XPageAppService.getApplicationEntry(java.lang.String strName)
Gets Application entry by name |
Methods in fr.paris.lutece.portal.service.content that return types with arguments of type XPageApplicationEntry | |
---|---|
static java.util.Collection<XPageApplicationEntry> |
XPageAppService.getXPageApplicationsList()
Gets applications list |
Methods in fr.paris.lutece.portal.service.content with parameters of type XPageApplicationEntry | |
---|---|
static void |
XPageAppService.registerXPageApplication(XPageApplicationEntry entry)
Register an application by its entry defined in the plugin xml file |
Uses of XPageApplicationEntry in fr.paris.lutece.portal.service.plugin |
---|
Methods in fr.paris.lutece.portal.service.plugin that return types with arguments of type XPageApplicationEntry | |
---|---|
java.util.List<XPageApplicationEntry> |
Plugin.getApplications()
Returns the list of XPage Applications of the plugin |
java.util.List<XPageApplicationEntry> |
PluginFile.getXPageApplications()
Returns application list of the plugin |
Methods in fr.paris.lutece.portal.service.plugin with parameters of type XPageApplicationEntry | |
---|---|
void |
PluginFile.addXPageApplication(XPageApplicationEntry application)
Add an Application to the plugin definition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |