Skip navigation links
C D E F G I L M R S T U W X 

C

copyFile(String, String, String) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Copy file from directory strDirectory to directory strNewDirectory
createFile(String) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Create a file using the path given in parameter

D

delete(int) - Method in interface fr.paris.lutece.plugins.xmlpage.business.portlet.IXmlPagePortletDAO
Delete record from table
delete(int) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletDAO
Delete record from table
doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.xmlpage.web.portlet.XmlPagePortletJspBean
Treats the creation form of a new XmlPage portlet
doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.xmlpage.web.portlet.XmlPagePortletJspBean
Treats the update form of the XmlPage portlet whose identifier is in the http request

E

error(SAXParseException) - Method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageXercesErrorHandler
Receive notification of a recoverable error.

F

fatalError(SAXParseException) - Method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageXercesErrorHandler
Receive notification of a non-recoverable error.
fetchXmlFiles() - Method in class fr.paris.lutece.plugins.xmlpage.service.FetchXmlFilesService
Method called by Daemon FecthXmlFilesDaemon
FetchXmlFilesDaemon - Class in fr.paris.lutece.plugins.xmlpage.service.daemon
This class provides methods which allows Daemon to manage and process the treatment of the auto updating xml files
FetchXmlFilesDaemon() - Constructor for class fr.paris.lutece.plugins.xmlpage.service.daemon.FetchXmlFilesDaemon
 
FetchXmlFilesService - Class in fr.paris.lutece.plugins.xmlpage.service
Service for Daemon FetchXmlFilesDaemon
FetchXmlFilesService() - Constructor for class fr.paris.lutece.plugins.xmlpage.service.FetchXmlFilesService
 
fr.paris.lutece.plugins.xmlpage.business.portlet - package fr.paris.lutece.plugins.xmlpage.business.portlet
 
fr.paris.lutece.plugins.xmlpage.service - package fr.paris.lutece.plugins.xmlpage.service
 
fr.paris.lutece.plugins.xmlpage.service.daemon - package fr.paris.lutece.plugins.xmlpage.service.daemon
 
fr.paris.lutece.plugins.xmlpage.util - package fr.paris.lutece.plugins.xmlpage.util
 
fr.paris.lutece.plugins.xmlpage.web - package fr.paris.lutece.plugins.xmlpage.web
 
fr.paris.lutece.plugins.xmlpage.web.portlet - package fr.paris.lutece.plugins.xmlpage.web.portlet
 

G

getAllXmlPageByGroup() - Static method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageLoaderProperties
Get All XmlPageGroup from all the properties definied for this plugin This method return a collection of XmlPageGroup objects.
getContent(XmlPageElement, String, boolean, Map<String, String>) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageContentUtils
Returns the Html Content of the XmlPageElement If the content is not found in cache, generate it and add it to the cache.
getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.xmlpage.web.portlet.XmlPagePortletJspBean
Returns the XmlPage Portlet form of creation
getDAO() - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletHome
Returns the instance of the portelt DAO singleton
getDisplayLink() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getFileName() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageXslContent
 
getInputFilesDirectoryPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getInstance() - Static method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletHome
Returns the instance of Rss Portlet
getInstance() - Static method in class fr.paris.lutece.plugins.xmlpage.service.FetchXmlFilesService
Returns the instance of the singleton
getInstance() - Static method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageService
Returns the instance of the singleton
getIsValidationRequired() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getListExtensionFileCopy() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getListXmlPageElement() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getListXslContent() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getLoadersProperty() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageService
Returns the property key that contains the loaders list
getLockPublicationPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getLockTransfertPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailPublicationKoSubject() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailPublicationOkSubject() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailRecipientList() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailSenderEmail() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailSenderName() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailValidationKoSubject() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getMailValidationOkSubject() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.xmlpage.web.portlet.XmlPagePortletJspBean
Returns the XmlPage Portlet form for update
getName() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getName() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.xmlpage.web.XmlPageApp
Returns the page.
getPageName() - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Returns the page's name of the XmlPage portlet
getPortletTypeId() - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletHome
Returns the identifier of the portlet type
getPropertiesPrefix() - Method in class fr.paris.lutece.plugins.xmlpage.web.portlet.XmlPagePortletJspBean
Returns the properties prefix used for XmlPage portlet and defined in lutece.properties file
getResource(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageLoaderProperties
Implementation of the ResourceLoader interface
getResourceFilesDirectoryPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getResources() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageLoaderProperties
Implementation of the ResourceLoader interface
getResultContent() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageXslContent
 
getStyle() - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Returns the style of the XmlPage portlet
getTitle() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getXml(HttpServletRequest) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Returns the Xml code of the portlet without XML heading
getXmlDocument(HttpServletRequest) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Returns the Xml code of the portlet with XML heading
getXmlFileName() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getXmlFilesDirectoryPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getXmlPageElement(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getXmlPageList() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageService
Returns a list of different XmlPage.
getXmlPageResource(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageService
Returns the XmlPageElement
getXsdFilesDirectoryPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
getXsdSchema() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getXslContent(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
getXslFilesDirectoryPath() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 

I

insert(Portlet) - Method in interface fr.paris.lutece.plugins.xmlpage.business.portlet.IXmlPagePortletDAO
Insert a new record in the table.
insert(Portlet) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletDAO
Insert a new record in the table.
IXmlPagePortletDAO - Interface in fr.paris.lutece.plugins.xmlpage.business.portlet
 

L

load(int) - Method in interface fr.paris.lutece.plugins.xmlpage.business.portlet.IXmlPagePortletDAO
load the data of dbpagePortlet from the table
load(int) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletDAO
load the data of dbpagePortlet from the table

M

makeDirectory(String) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Make a directory using the path given in parameter

R

remove() - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Removes the current instance of the Portlet object
removeDirectory(String) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Delete a directory and everything in it
removeDirectory(File) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Delete a directory and everything in it
removeFile(String) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Delete a file
renameDirectory(String, String) - Static method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Rename a file or directory with another name
run() - Method in class fr.paris.lutece.plugins.xmlpage.service.daemon.FetchXmlFilesDaemon
Daemon's treatment method

S

setDisplayLink(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setFileName(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageXslContent
 
setInputFilesDirectoryPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setIsValidationRequired(Boolean) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setListExtensionFileCopy(Set) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setListXmlPageElement(Map) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setListXslContent(Map) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setLockPublicationPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setLockTransfertPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailPublicationKoSubject(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailPublicationOkSubject(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailRecipientList(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailSenderEmail(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailSenderName(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailValidationKoSubject(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setMailValidationOkSubject(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setName(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setName(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setPageName(String) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Sets the page's name of the portlet
setResourceFilesDirectoryPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setResultContent(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageXslContent
 
setStyle(String) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Sets the style of the portlet
setTitle(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setXmlFileName(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setXmlFilesDirectoryPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setXsdFilesDirectoryPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
setXsdSchema(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
setXslFilesDirectoryPath(String) - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
store(Portlet) - Method in interface fr.paris.lutece.plugins.xmlpage.business.portlet.IXmlPagePortletDAO
Update the record in the table
store(Portlet) - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletDAO
Update the record in the table

T

toString() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
toString method
toString() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
toString method
toString() - Method in class fr.paris.lutece.plugins.xmlpage.service.XmlPageXslContent
toString method

U

update() - Method in class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Updates the current instance of the Portlet object

W

warning(SAXParseException) - Method in class fr.paris.lutece.plugins.xmlpage.util.XmlPageXercesErrorHandler
Receive notification of a warning.

X

XmlPageApp - Class in fr.paris.lutece.plugins.xmlpage.web
This class manages Xml Page.
XmlPageApp() - Constructor for class fr.paris.lutece.plugins.xmlpage.web.XmlPageApp
 
XmlPageContentUtils - Class in fr.paris.lutece.plugins.xmlpage.util
Content utility class for selecting transformation result.
XmlPageContentUtils() - Constructor for class fr.paris.lutece.plugins.xmlpage.util.XmlPageContentUtils
Default constructor
XmlPageElement - Class in fr.paris.lutece.plugins.xmlpage.service
This class represents one XML Page element managed by this plugin
XmlPageElement() - Constructor for class fr.paris.lutece.plugins.xmlpage.service.XmlPageElement
 
XmlPageFileUtils - Class in fr.paris.lutece.plugins.xmlpage.util
File Utilities for XmlPage Plugin
XmlPageFileUtils() - Constructor for class fr.paris.lutece.plugins.xmlpage.util.XmlPageFileUtils
Default constructor
XmlPageGroup - Class in fr.paris.lutece.plugins.xmlpage.service
This class is used to gather all the XmlPage data generic to a group of pages.
XmlPageGroup() - Constructor for class fr.paris.lutece.plugins.xmlpage.service.XmlPageGroup
 
XmlPageLoaderProperties - Class in fr.paris.lutece.plugins.xmlpage.service
This class delivers XML Page configuration from property files
XmlPageLoaderProperties() - Constructor for class fr.paris.lutece.plugins.xmlpage.service.XmlPageLoaderProperties
 
XmlPagePortlet - Class in fr.paris.lutece.plugins.xmlpage.business.portlet
This class represents business objects RssPortlet
XmlPagePortlet() - Constructor for class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortlet
Sets the identifier of the portlet type to value specified
XmlPagePortletDAO - Class in fr.paris.lutece.plugins.xmlpage.business.portlet
this class provides Data Access methods for XmlPagePortlet objects
XmlPagePortletDAO() - Constructor for class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletDAO
 
XmlPagePortletHome - Class in fr.paris.lutece.plugins.xmlpage.business.portlet
This class provides instances management methods for XmlPage objects
XmlPagePortletHome() - Constructor for class fr.paris.lutece.plugins.xmlpage.business.portlet.XmlPagePortletHome
Constructor
XmlPagePortletJspBean - Class in fr.paris.lutece.plugins.xmlpage.web.portlet
This class provides the user interface to manage XmlPage Portlet features
XmlPagePortletJspBean() - Constructor for class fr.paris.lutece.plugins.xmlpage.web.portlet.XmlPagePortletJspBean
 
XmlPageService - Class in fr.paris.lutece.plugins.xmlpage.service
The XmlPage implementation of ResourceService
XmlPageXercesErrorHandler - Class in fr.paris.lutece.plugins.xmlpage.util
Specific ErrorHandler to validate XML Input Files for XmlPage Plugin.
XmlPageXercesErrorHandler() - Constructor for class fr.paris.lutece.plugins.xmlpage.util.XmlPageXercesErrorHandler
 
XmlPageXslContent - Class in fr.paris.lutece.plugins.xmlpage.service
This class describs XSL informations for transformation and caching objects
XmlPageXslContent() - Constructor for class fr.paris.lutece.plugins.xmlpage.service.XmlPageXslContent
 
C D E F G I L M R S T U W X 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.