org.jasig.portlet.widget.service.xml
Class ClasspathXmlAlertService

java.lang.Object
  extended by org.jasig.portlet.widget.service.xml.AbstractXmlAlertService
      extended by org.jasig.portlet.widget.service.xml.ClasspathXmlAlertService
All Implemented Interfaces:
IAlertService, org.springframework.context.ApplicationContextAware

public final class ClasspathXmlAlertService
extends AbstractXmlAlertService
implements org.springframework.context.ApplicationContextAware

Especially useful for demo data. Not sure how seful otherwise.

Author:
awills

Field Summary
 
Fields inherited from class org.jasig.portlet.widget.service.xml.AbstractXmlAlertService
ENABLED_BY_DEFAULT_PREFERENCE
 
Constructor Summary
ClasspathXmlAlertService()
           
 
Method Summary
protected  org.dom4j.Document getFeedFromSource(javax.portlet.PortletRequest req)
           
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 
Methods inherited from class org.jasig.portlet.widget.service.xml.AbstractXmlAlertService
fetch, isEnabled, isFeedExpired, setCacheTimeout, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathXmlAlertService

public ClasspathXmlAlertService()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getFeedFromSource

protected org.dom4j.Document getFeedFromSource(javax.portlet.PortletRequest req)
Specified by:
getFeedFromSource in class AbstractXmlAlertService


Copyright © 2011 Jasig. All Rights Reserved.