Skip navigation links
C D E F G I S V X Y _ 

C

characters(char[], int, int) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
Callback method for receiving notification of character data inside an XML element.

D

doInsertLink(HttpServletRequest) - Method in class fr.paris.lutece.plugins.googleapi.web.GoogleApiLinkServiceJspBean
Insert the link into the editor

E

endElement(String, String, String) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
Receive notification of a closing XML tag: remove the tag from teh stack.

F

FeedHandler - Class in fr.paris.lutece.plugins.googleapi.service
Simple SAX event handler, which prints out the titles of all entries in the Atom response feed.
FeedHandler() - Constructor for class fr.paris.lutece.plugins.googleapi.service.FeedHandler
 
FeedProvider - Class in fr.paris.lutece.plugins.googleapi.business
Feed provider
FeedProvider() - Constructor for class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Creates a new instance of FeedsService
FeedsService - Class in fr.paris.lutece.plugins.googleapi.service
This service provides an access to all feeds defined in the Spring context file : googleapi_context.xml
fr.paris.lutece.plugins.googleapi.business - package fr.paris.lutece.plugins.googleapi.business
 
fr.paris.lutece.plugins.googleapi.modules.youtube.business - package fr.paris.lutece.plugins.googleapi.modules.youtube.business
 
fr.paris.lutece.plugins.googleapi.modules.youtube.service - package fr.paris.lutece.plugins.googleapi.modules.youtube.service
 
fr.paris.lutece.plugins.googleapi.service - package fr.paris.lutece.plugins.googleapi.service
 
fr.paris.lutece.plugins.googleapi.web - package fr.paris.lutece.plugins.googleapi.web
 

G

getContent() - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Returns the Content
getFeedHandler() - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Returns the FeedHandler
getFeedsUrl() - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Returns the FeedsUrl
getId() - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Returns the Id
getInsertServiceSelectorUI(HttpServletRequest) - Method in class fr.paris.lutece.plugins.googleapi.web.GoogleApiLinkServiceJspBean
Return the html form for image selection.
getInstance() - Static method in class fr.paris.lutece.plugins.googleapi.service.FeedsService
Returns the unique instance of the service
getItems(String, List<Item>, FeedProvider) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedsService
Connect to the Google Base data API server, retrieve the items
getKey() - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Returns the Key
getLink() - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Returns the Link
getName() - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Returns the Name
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.googleapi.web.GoogleApiApp
Build the XPage
getPlayerHtml(String, String, String, Locale) - Method in class fr.paris.lutece.plugins.googleapi.business.VideoProvider
Returns the HTML code of the video player
getPlayerHtml(String, String, String, Locale) - Method in class fr.paris.lutece.plugins.googleapi.modules.youtube.business.YouTubeProvider
Returns the HTML code of the video player
getProvider(String) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedsService
Returns a provider from its key
getProviders() - Method in class fr.paris.lutece.plugins.googleapi.service.FeedsService
Returns the providers list
getProviders(Class) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedsService
Returns the providers list
getQueryParameter() - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Returns the QueryParameter
getSearch(HttpServletRequest) - Method in class fr.paris.lutece.plugins.googleapi.web.GoogleApiLinkServiceJspBean
Gets the search page
getThumbnailUrl() - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Returns the ThumbnailUrl
getTitle() - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Returns the Title
GoogleApiApp - Class in fr.paris.lutece.plugins.googleapi.web
Google Base API Application
GoogleApiApp() - Constructor for class fr.paris.lutece.plugins.googleapi.web.GoogleApiApp
 
GoogleApiLinkServiceJspBean - Class in fr.paris.lutece.plugins.googleapi.web
This class provides the user interface to manage PageLibrary features
GoogleApiLinkServiceJspBean() - Constructor for class fr.paris.lutece.plugins.googleapi.web.GoogleApiLinkServiceJspBean
 

I

Item - Class in fr.paris.lutece.plugins.googleapi.business
 
Item() - Constructor for class fr.paris.lutece.plugins.googleapi.business.Item
 

S

setContent(String) - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Sets the Content
setFeedHandler(FeedHandler) - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Sets the FeedHandler
setFeedsMap(Map<String, FeedProvider>) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedsService
Sets the feeds map (used for spring injection)
setFeedsUrl(String) - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Sets the FeedsUrl
setId(String) - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Sets the Id
setItemList(List<Item>) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
Receive notification of an opening XML tag: push the tag to xmlTags.
setKey(String) - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Sets the Key
setLink(String) - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Sets the Link
setName(String) - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Sets the Name
setQueryParameter(String) - Method in class fr.paris.lutece.plugins.googleapi.business.FeedProvider
Sets the QueryParameter
setThumbnailUrl(String) - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Sets the ThumbnailUrl
setTitle(String) - Method in class fr.paris.lutece.plugins.googleapi.business.Item
Sets the Title
startElement(String, String, String, Attributes) - Method in class fr.paris.lutece.plugins.googleapi.modules.youtube.service.YouTubeHandler
 
startElement(String, String, String, Attributes) - Method in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
 

V

VideoProvider - Class in fr.paris.lutece.plugins.googleapi.business
VideoProvider
VideoProvider() - Constructor for class fr.paris.lutece.plugins.googleapi.business.VideoProvider
 

X

xmlTags - Variable in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
Stack containing the opening XML tags of the response.

Y

YouTubeHandler - Class in fr.paris.lutece.plugins.googleapi.modules.youtube.service
SAX Handler for youtube feeds parsing
YouTubeHandler() - Constructor for class fr.paris.lutece.plugins.googleapi.modules.youtube.service.YouTubeHandler
 
YouTubeProvider - Class in fr.paris.lutece.plugins.googleapi.modules.youtube.business
YouTubeProvider
YouTubeProvider() - Constructor for class fr.paris.lutece.plugins.googleapi.modules.youtube.business.YouTubeProvider
 

_

_bInsideEntryContent - Variable in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
 
_bInsideEntryTitle - Variable in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
True if we are inside of a data entry's title, false otherwise.
_item - Variable in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
 
_listItems - Variable in class fr.paris.lutece.plugins.googleapi.service.FeedHandler
 
C D E F G I S V X Y _ 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.