|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.silverpeas.peasUtil.RssServlet<PostDetail>
com.silverpeas.blog.servlets.BlogRssServlet
public class BlogRssServlet
Constructor Summary | |
---|---|
BlogRssServlet()
|
Method Summary | |
---|---|
String |
getElementCreatorId(PostDetail post)
|
Date |
getElementDate(PostDetail post)
|
String |
getElementDescription(PostDetail post,
String userId)
|
String |
getElementLink(PostDetail post,
String userId)
|
String |
getElementTitle(PostDetail post,
String userId)
|
Collection<PostDetail> |
getListElements(String instanceId,
int nbReturned)
|
Methods inherited from class com.silverpeas.peasUtil.RssServlet |
---|
doGet, doPost, getChannelTitle, getExternalCreatorId, getLogin, getMainSessionController, getNbReturnedElements, getObjectId, getPassword, getServerURL, getUserId, isComponentAvailable, isComponentRss, isUserLogin, objectNotFound |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlogRssServlet()
Method Detail |
---|
public Collection<PostDetail> getListElements(String instanceId, int nbReturned) throws RemoteException
getListElements
in class com.silverpeas.peasUtil.RssServlet<PostDetail>
RemoteException
public String getElementTitle(PostDetail post, String userId)
getElementTitle
in class com.silverpeas.peasUtil.RssServlet<PostDetail>
public String getElementLink(PostDetail post, String userId)
getElementLink
in class com.silverpeas.peasUtil.RssServlet<PostDetail>
public String getElementDescription(PostDetail post, String userId)
getElementDescription
in class com.silverpeas.peasUtil.RssServlet<PostDetail>
public Date getElementDate(PostDetail post)
getElementDate
in class com.silverpeas.peasUtil.RssServlet<PostDetail>
public String getElementCreatorId(PostDetail post)
getElementCreatorId
in class com.silverpeas.peasUtil.RssServlet<PostDetail>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |