|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.GenericPortlet
org.jboss.samples.portlet.news.NewsPortlet
Adapted from JBoss Weather Portlet to deal with RSS News Feeds using RSS 1.0 or RSS 2.0 format.
| Field Summary | |
static org.apache.log4j.Logger |
log
Logger |
| Constructor Summary | |
NewsPortlet()
|
|
| Method Summary | |
protected void |
doEdit(RenderRequest request,
RenderResponse response)
Allow edit of RSS Feed. |
protected void |
doView(RenderRequest request,
RenderResponse response)
Helper method to serve up the mandatory view mode. |
void |
init()
Compile the XSL File. |
void |
processAction(ActionRequest request,
ActionResponse response)
Process RSS Feed edit. |
| Methods inherited from class javax.portlet.GenericPortlet |
destroy, doDispatch, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static org.apache.log4j.Logger log
| Constructor Detail |
public NewsPortlet()
| Method Detail |
public void init()
init in class GenericPortletprotected void doView(RenderRequest request, RenderResponse response) throws java.io.IOException, PortletException
GenericPortletview mode.
The default implementation throws an exception.
doView in class GenericPortletrequest - the portlet requestresponse - the render response
java.io.IOException - if the streaming causes an I/O problem
PortletException - if the portlet cannot fulfilling the requestprotected void doEdit(RenderRequest request, RenderResponse response) throws java.io.IOException, PortletException
doEdit in class GenericPortletrequest - response -
java.io.IOException
PortletExceptionpublic void processAction(ActionRequest request, ActionResponse response) throws PortletException
processAction in interface PortletprocessAction in class GenericPortletrequest - response -
PortletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||