|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.cache.AbstractCacheableService
fr.paris.lutece.portal.service.content.ContentService
public abstract class ContentService
Interface for pages provider services.
Constructor Summary | |
---|---|
ContentService()
|
Method Summary | |
---|---|
abstract java.lang.String |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the HTML (or XML) code for a page for a given mode. |
java.lang.String |
getPluginName()
Return the name of the plugin |
abstract boolean |
isInvoked(javax.servlet.http.HttpServletRequest request)
Analyzes request's parameters to see if the request should be handled by the current Content Service |
void |
setPluginName(java.lang.String strPluginName)
Set the plugin name of the content service |
Methods inherited from class fr.paris.lutece.portal.service.cache.AbstractCacheableService |
---|
getCache, getCacheSize, getFromCache, initCache, isCacheEnable, putInCache, resetCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.portal.service.util.LuteceService |
---|
getName |
Constructor Detail |
---|
public ContentService()
Method Detail |
---|
public abstract java.lang.String getPage(javax.servlet.http.HttpServletRequest request, int nMode) throws UserNotSignedException, SiteMessageException
request
- The HTTP request containing content parametersnMode
- The current mode.
UserNotSignedException
- the UserNotSignedException
SiteMessageException
- occurs when a site message need to be displayedpublic abstract boolean isInvoked(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getPluginName()
public void setPluginName(java.lang.String strPluginName)
strPluginName
- the plugin name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |