站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WeatherPortlet - JBOSS Portal 2.6 API 英文版文档


org.jboss.samples.portlet.weather
Class WeatherPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.jboss.samples.portlet.weather.WeatherPortlet
All Implemented Interfaces:
Portlet

public class WeatherPortlet
extends GenericPortlet

Simple weather portlet that redads Yahoo RSS Weather feeds and uses XSLT for presentation.

Author:
Roy Russo

Field Summary
private  java.lang.String DEFAULT_ZIP
          Default zip set in init param.
private static java.lang.String E_UNPARSEABLE
           
private static java.lang.String E_UNREADABLE
           
private static java.lang.String E_XSL_UNREADABLE
           
private static java.lang.String JSP_EDIT
          Edit page
static org.apache.log4j.Logger log
          Logger
private  java.lang.String RSS_URL_PREFIX
          Base URL of Weather RSS
private static java.lang.String RSS_XSL
          RSS 2.0 XSL page for output
private  javax.xml.transform.Templates template_2_0
          Compiled Template for output
 
Fields inherited from class javax.portlet.GenericPortlet
 
Constructor Summary
WeatherPortlet()
           
 
Method Summary
protected  void doEdit(RenderRequest request, RenderResponse response)
          Allow edit of weather location.
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 weather location edit and store in user preferences.
 
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

log

public static org.apache.log4j.Logger log
Logger


JSP_EDIT

private static final java.lang.String JSP_EDIT
Edit page

See Also:
Constant Field Values

DEFAULT_ZIP

private java.lang.String DEFAULT_ZIP
Default zip set in init param.


RSS_XSL

private static final java.lang.String RSS_XSL
RSS 2.0 XSL page for output

See Also:
Constant Field Values

template_2_0

private javax.xml.transform.Templates template_2_0
Compiled Template for output


RSS_URL_PREFIX

private java.lang.String RSS_URL_PREFIX
Base URL of Weather RSS


E_XSL_UNREADABLE

private static final java.lang.String E_XSL_UNREADABLE
See Also:
Constant Field Values

E_UNREADABLE

private static final java.lang.String E_UNREADABLE
See Also:
Constant Field Values

E_UNPARSEABLE

private static final java.lang.String E_UNPARSEABLE
See Also:
Constant Field Values
Constructor Detail

WeatherPortlet

public WeatherPortlet()
Method Detail

init

public void init()
Compile the XSL File.

Overrides:
init in class GenericPortlet

doView

protected void doView(RenderRequest request,
                      RenderResponse response)
               throws java.io.IOException,
                      PortletException
Description copied from class: GenericPortlet
Helper method to serve up the mandatory view mode.

The default implementation throws an exception.

Overrides:
doView in class GenericPortlet
Parameters:
request - the portlet request
response - the render response
Throws:
PortletException - if the portlet cannot fulfilling the request
java.io.IOException - if the streaming causes an I/O problem

doEdit

protected void doEdit(RenderRequest request,
                      RenderResponse response)
               throws java.io.IOException,
                      PortletException
Allow edit of weather location.

Overrides:
doEdit in class GenericPortlet
Parameters:
request -
response -
Throws:
java.io.IOException
PortletException

processAction

public void processAction(ActionRequest request,
                          ActionResponse response)
                   throws PortletException
Process weather location edit and store in user preferences.

Specified by:
processAction in interface Portlet
Overrides:
processAction in class GenericPortlet
Parameters:
request -
response -
Throws:
PortletException