Title / Description
Code <cfcomponent displayname="RssListener" extends="MachII.framework.Listener" depends="RssService" output="false" hint="Listener for the RSS."> <!--- PROPERTIES ---> <cfset variables.instance = StructNew() /> <cfset variables.rssService = "" /> <cfset variables.googleGroupsRssUrl = "" /> <cfset variables.blogRssUrl = "" /> <cfset variables.cache = StructNew() /> <!--- INITIALIZATION / CONFIGURATION ---> <cffunction name="configure" access="public" returntype="void" output="false" hint="Configures the listener."> <cfset variables.blogRssUrl = getParameter('blogRssUrl') /> <cfset variables.googleGroupsRssUrl = getParameter('googleGroupsRssUrl') /> <cfif something> <cfelse> </cfif> </cffunction> </cfcomponent>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code