Skip navigation links
C D E F G H I L P R S U W 

C

CONSTANT_PROTOCOL_DELIMITER - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
 
CONSTANT_STATIC_URL - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
 
convertRelativeToAbsoluteUrl(String, String) - Static method in class fr.paris.lutece.plugins.webappcontainer.util.UrlUtils
Convert the specified url
convertUrls(HtmlDocumentWebappcontainer.ElementUrl, String, Site, String, boolean) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Get the urls of all html elements specified by elementType and convert its to absolutes urls
create(Site, Plugin) - Static method in class fr.paris.lutece.plugins.webappcontainer.business.SiteHome
Creation of an instance of Site

D

decodeUrl(String) - Static method in class fr.paris.lutece.plugins.webappcontainer.util.UrlUtils
Decode (Base64) the specified url
delete(String, Plugin) - Method in interface fr.paris.lutece.plugins.webappcontainer.business.ISiteDAO
Delete a record from the table
delete(String, Plugin) - Method in class fr.paris.lutece.plugins.webappcontainer.business.SiteDAO
Delete a record from the table
doCreateSite(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Process the data capture form of a new contact
doGet(String) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HttpAccess
Send a GET HTTP request to an Url and return the response content.
doGet(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerResourceServlet
Handles the HTTP GET method.
doModifySite(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Process the change form of a Site
doPost(String, Map<String, String[]>, Map<String, FileItem>) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HttpAccess
Send a POST HTTP request to an Url and return the response content.
doPost(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerResourceServlet
Handles the HTTP POST method.
doRemoveSite(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Processes Site removal

E

ELEMENT_A - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a anchor, a element must have: "a" tag name The url is contained in the attributed named "href"
ELEMENT_ALTERNATE - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a RSS/XML, link element must have: "link" tag name "rel" attribute equal to "alternate" The url is contained in the attributed named "href"
ELEMENT_BASE - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a base, base element must have: "base" tag name
ELEMENT_BODY - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a body, body element must have: "body" tag name
ELEMENT_CSS_LINK - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a CSS link, html element must have: "link" tag name "rel" attribute equal to "stylesheet" The url is contained in the attributed named "href"
ELEMENT_CSS_STYLE - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a CSS style, html element must have: "style" tag name "type" attribute equal to "text/css"
ELEMENT_FORM - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a form, form element must have: "form" tag name The url is contained in the attributed named "action"
ELEMENT_HEAD - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a head, head element must have: "head" tag name
ELEMENT_IMG - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define an image, html element must have: "img" tag name The url is contained in the attributed named "src"
ELEMENT_INPUT - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define an input. input element must have: "type" = "hidden" tag
ELEMENT_JAVASCRIPT - Static variable in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
To define a javascript, html element must have: "script" tag name "type" attribute equal to "text/javascript" The url is contained in the attributed named "src"
encodeUrl(String) - Static method in class fr.paris.lutece.plugins.webappcontainer.util.UrlUtils
Encode (Base64) the specified Url

F

findAll(Plugin) - Static method in class fr.paris.lutece.plugins.webappcontainer.business.SiteHome
Returns a collection of Site objects
findByPrimaryKey(String, Plugin) - Static method in class fr.paris.lutece.plugins.webappcontainer.business.SiteHome
Returns an instance of a Site whose identifier is specified in parameter
fr.paris.lutece.plugins.webappcontainer.business - package fr.paris.lutece.plugins.webappcontainer.business
 
fr.paris.lutece.plugins.webappcontainer.service - package fr.paris.lutece.plugins.webappcontainer.service
 
fr.paris.lutece.plugins.webappcontainer.util - package fr.paris.lutece.plugins.webappcontainer.util
 
fr.paris.lutece.plugins.webappcontainer.web - package fr.paris.lutece.plugins.webappcontainer.web
 

G

getCode() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
getConfirmRemoveSite(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Return the Site removal form
getContent() - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
getContent() - Method in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Get the document content
getContentCharset() - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
getContentType() - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
getCookies() - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
getCreateSite(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Returns the form to create a Site
getDescription() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
getElements(HtmlDocumentWebappcontainer.ElementUrl) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Get all elements of the specified elementType
getEncoding() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
getFirstElement(HtmlDocumentWebappcontainer.ElementUrl) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Get first element of the specified elementType
getFirstElementAttribute(HtmlDocumentWebappcontainer.ElementUrl) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Get first element attribute of the specified elementType
getHat() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
getLocation() - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
getManageSites(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Returns the list of sites
getModifySite(HttpServletRequest) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
Returns the form to update info about a Site
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
Returns the XPage content depending on the request parameters and the current mode.
getRequestUrl(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
Get the requested url in Session or create it if not present
getServletInfo() - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerResourceServlet
Returns a short description of the servlet.
getSite(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
Get the Site object in Session or create it if not present
getUrl() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
getWebappResponse(HttpServletRequest, String, Site) - Static method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerResourceServlet
Get the webapp response
getWorkgroup() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 

H

hostsEquals(String, String) - Static method in class fr.paris.lutece.plugins.webappcontainer.util.UrlUtils
Check if the host of the two url are the same
HtmlDocumentWebappcontainer - Class in fr.paris.lutece.plugins.webappcontainer.util
This classes provides implementation to retrieve urls from specified tags on an HTML page.
HtmlDocumentWebappcontainer(byte[], String) - Constructor for class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Instantiates an HtmlDocumentWebappcontainer after having built the DOM tree.
HtmlDocumentWebappcontainerException - Exception in fr.paris.lutece.plugins.webappcontainer.util
Exception thrown by the util class HtmlDocumentWebappcontainer
HtmlDocumentWebappcontainerException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainerException
Creates a new instance of HtmlDocumentWebappcontainerException
HttpAccess - Class in fr.paris.lutece.plugins.webappcontainer.util
Http net Object Accessor
HttpAccess() - Constructor for class fr.paris.lutece.plugins.webappcontainer.util.HttpAccess
 
HttpAccessException - Exception in fr.paris.lutece.plugins.webappcontainer.util
Exception thrown by the util class HttpAccess
HttpAccessException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.webappcontainer.util.HttpAccessException
Creates a new instance of HttpAccessException

I

init() - Method in class fr.paris.lutece.plugins.webappcontainer.service.WebappcontainerPlugin
Initialize the plugin Webappcontainer
initializeState(Cookie[], Site) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HttpAccess
Initialize the Http state with the previous state informations (cookies)
insert(Site, Plugin) - Method in interface fr.paris.lutece.plugins.webappcontainer.business.ISiteDAO
Insert a new record in the table.
insert(Site, Plugin) - Method in class fr.paris.lutece.plugins.webappcontainer.business.SiteDAO
Insert a new record in the table.
ISiteDAO - Interface in fr.paris.lutece.plugins.webappcontainer.business
Interface for SiteDAO
isRebuildHtmlPage() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
Return true if the process must rebuild the HTML page (merge head and body contents), false else
isRedirectNonHtmlContent() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
Return true if the process redirect non-HTML content (images, CSS, ...), false else
isUseProxy() - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
Return true if the process must use the proxy defined in the plugin property file, false else

L

load(String, Plugin) - Method in interface fr.paris.lutece.plugins.webappcontainer.business.ISiteDAO
Load the data of Site from the table
load(String, Plugin) - Method in class fr.paris.lutece.plugins.webappcontainer.business.SiteDAO
Load the data of Site from the table

P

PARAMETER_CODE - Static variable in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
 
PARAMETER_PAGE - Static variable in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
 
PARAMETER_PAGE_HACK - Static variable in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
 
PARAMETER_WEBAPP_URL - Static variable in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.webappcontainer.service.WebappcontainerPlugin
 
processRequest(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerResourceServlet
Processes requests for both HTTP GET and POST methods.

R

remove(String, Plugin) - Static method in class fr.paris.lutece.plugins.webappcontainer.business.SiteHome
Remove the Site whose identifier is specified in parameter
removeFirstElement(HtmlDocumentWebappcontainer.ElementUrl) - Method in class fr.paris.lutece.plugins.webappcontainer.util.HtmlDocumentWebappcontainer
Remove the first element of the specified elementType
RIGHT_MANAGE_WEBAPPCONTAINER - Static variable in class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
 

S

selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.webappcontainer.business.ISiteDAO
Load the list of sites
selectAll(Plugin) - Method in class fr.paris.lutece.plugins.webappcontainer.business.SiteDAO
Load the list of sites
setCode(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
setContent(byte[]) - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
setContentCharset(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
setContentType(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
setCookies(Cookie[]) - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
setDescription(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
setEncoding(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
setHat(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
setLocation(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
setRebuildHtmlPage(boolean) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
Set to true if the process must rebuild the HTML page (merge head and body contents), false else
setRedirectNonHtmlContent(boolean) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
Set to true to redirect non-HTML contents (images, CSS, ...), false else
setUrl(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
setUseProxy(boolean) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
Set to true if the process must use the proxy defined in the plugin property file, false else
setWorkgroup(String) - Method in class fr.paris.lutece.plugins.webappcontainer.business.Site
 
Site - Class in fr.paris.lutece.plugins.webappcontainer.business
 
Site() - Constructor for class fr.paris.lutece.plugins.webappcontainer.business.Site
 
SiteDAO - Class in fr.paris.lutece.plugins.webappcontainer.business
This class provides Data Access methods for Sites objects
SiteDAO() - Constructor for class fr.paris.lutece.plugins.webappcontainer.business.SiteDAO
 
SiteHome - Class in fr.paris.lutece.plugins.webappcontainer.business
This class provides instances management methods (create, find, ...) for Site objects
store(Site, Plugin) - Method in interface fr.paris.lutece.plugins.webappcontainer.business.ISiteDAO
Update the record in the table
store(Site, Plugin) - Method in class fr.paris.lutece.plugins.webappcontainer.business.SiteDAO
Update the record in the table

U

update(Site, Plugin) - Static method in class fr.paris.lutece.plugins.webappcontainer.business.SiteHome
Update of the Site which is specified in parameter
UrlUtils - Class in fr.paris.lutece.plugins.webappcontainer.util
This class provide tools for Urls

W

WebappcontainerApp - Class in fr.paris.lutece.plugins.webappcontainer.web
 
WebappcontainerApp() - Constructor for class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerApp
 
WebappcontainerJspBean - Class in fr.paris.lutece.plugins.webappcontainer.web
This class provides the user interface to manage webapps (Sites) features ( manage, create, modify, remove )
WebappcontainerJspBean() - Constructor for class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerJspBean
 
WebappcontainerPlugin - Class in fr.paris.lutece.plugins.webappcontainer.service
The Webappcontainer plugin
WebappcontainerPlugin() - Constructor for class fr.paris.lutece.plugins.webappcontainer.service.WebappcontainerPlugin
 
WebappcontainerResourceServlet - Class in fr.paris.lutece.plugins.webappcontainer.web
Servlet serving document file resources
WebappcontainerResourceServlet() - Constructor for class fr.paris.lutece.plugins.webappcontainer.web.WebappcontainerResourceServlet
 
WebappResponse - Class in fr.paris.lutece.plugins.webappcontainer.business
This class supply the response informations and data from the external site
WebappResponse() - Constructor for class fr.paris.lutece.plugins.webappcontainer.business.WebappResponse
 
C D E F G H I L P R S U W 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.