|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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 GenericPortlet
protected void doView(RenderRequest request, RenderResponse response) throws java.io.IOException, PortletException
GenericPortlet
view
mode.
The default implementation throws an exception.
doView
in class GenericPortlet
request
- 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 GenericPortlet
request
- response
-
java.io.IOException
PortletException
public void processAction(ActionRequest request, ActionResponse response) throws PortletException
processAction
in interface Portlet
processAction
in class GenericPortlet
request
- response
-
PortletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |