Uses of Class
org.clapper.curn.ConfiguredOutputHandler

Packages that use ConfiguredOutputHandler
org.clapper.curn   
org.clapper.curn.output org.clapper.curn.output - Predefined Output Handlers This package contains predefined output handlers for curn
org.clapper.curn.output.freemarker   
org.clapper.curn.output.script   
org.clapper.curn.plugins   
 

Uses of ConfiguredOutputHandler in org.clapper.curn
 

Methods in org.clapper.curn that return types with arguments of type ConfiguredOutputHandler
 java.util.Collection<ConfiguredOutputHandler> CurnConfig.getOutputHandlers()
          Gets the list of output handlers from the configuration, in the order they appeared in the configuration.
 

Methods in org.clapper.curn with parameters of type ConfiguredOutputHandler
 void ReadOnlyOutputHandler.init(CurnConfig config, ConfiguredOutputHandler cfgHandler)
          Initializes the output handler for another set of RSS channels.
 void OutputHandler.init(CurnConfig config, ConfiguredOutputHandler cfgHandler)
          Initializes the output handler for another set of RSS channels.
 boolean OutputHandlerConfigItemPlugIn.runOutputHandlerConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, ConfiguredOutputHandler handler)
          Called immediately after curn has read and processed a configuration item in an output handler configuration section.
 boolean MetaPlugIn.runOutputHandlerConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, ConfiguredOutputHandler handler)
           
 

Uses of ConfiguredOutputHandler in org.clapper.curn.output
 

Methods in org.clapper.curn.output with parameters of type ConfiguredOutputHandler
 void FileOutputHandler.init(CurnConfig config, ConfiguredOutputHandler cfgHandler)
          Initializes the output handler for another set of RSS channels.
abstract  void FileOutputHandler.initOutputHandler(CurnConfig config, ConfiguredOutputHandler cfgHandler)
          Perform any subclass-specific initialization.
 

Uses of ConfiguredOutputHandler in org.clapper.curn.output.freemarker
 

Methods in org.clapper.curn.output.freemarker with parameters of type ConfiguredOutputHandler
 void FreeMarkerOutputHandler.initOutputHandler(CurnConfig config, ConfiguredOutputHandler cfgHandler)
          Initializes the output handler for another set of RSS channels.
 

Uses of ConfiguredOutputHandler in org.clapper.curn.output.script
 

Methods in org.clapper.curn.output.script with parameters of type ConfiguredOutputHandler
 void ScriptOutputHandler.initOutputHandler(CurnConfig config, ConfiguredOutputHandler cfgHandler)
          Initializes the output handler for another set of RSS channels.
 

Uses of ConfiguredOutputHandler in org.clapper.curn.plugins
 

Methods in org.clapper.curn.plugins with parameters of type ConfiguredOutputHandler
 boolean DisableOutputHandlerPlugIn.runOutputHandlerConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, ConfiguredOutputHandler handler)
          Called immediately after curn has read and processed a configuration item in an output handler configuration section.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.