fr.paris.lutece.portal.service.message
Interface ISiteMessageHandler

All Known Implementing Classes:
SiteMessageHandler

public interface ISiteMessageHandler

ISiteMessageHandler


Method Summary
 java.lang.String getPage(javax.servlet.http.HttpServletRequest request, int nMode)
          Returns the content of a page that display the message
 boolean hasMessage(javax.servlet.http.HttpServletRequest request)
          Analyzes request parameters to see if the request should be handled
 

Method Detail

getPage

java.lang.String getPage(javax.servlet.http.HttpServletRequest request,
                         int nMode)
Returns the content of a page that display the message

Parameters:
request - The http request
nMode - The mode
Returns:
the html code for the display of a page of a site

hasMessage

boolean hasMessage(javax.servlet.http.HttpServletRequest request)
Analyzes request parameters to see if the request should be handled

Parameters:
request - The HTTP request
Returns:
true if it should handle this request


Copyright © 2012 Mairie de Paris. All Rights Reserved.