Uses of Class
org.foray.core.SessionConfig

Packages that use SessionConfig
org.foray.app Application classes used for running FOray both on the command line and embedded in other applications. 
org.foray.core The core processing classes for the application as a whole. 
 

Uses of SessionConfig in org.foray.app
 

Methods in org.foray.app that return SessionConfig
 SessionConfig Options.getSessionConfig()
          Returns the session configuration.
 SessionConfig CommandLineOptions.getSessionConfig()
          Returns the session configuration.
 

Methods in org.foray.app with parameters of type SessionConfig
static org.axsl.font.FontServer FOraySpecific.makeFontServer(org.apache.commons.logging.Log logger, SessionConfig configuration)
          Make a standard FontServer instance for use in FOray.
static FOraySession FOraySpecific.makeFOraySession(SessionConfig sessionConfig)
          Creates a new FOraySession instance configured with default servers and factories.
static org.axsl.fo.FoTreeFactory FOraySpecific.makeFOTreeFactory(org.apache.commons.logging.Log logger, SessionConfig configuration, org.axsl.font.FontServer fontServer, org.axsl.graphic.GraphicServer graphicServer, org.axsl.text.TextServer textServer, org.axsl.hyphen.HyphenationServer hyphenationServer)
          Make a standard FOTreeFactory instance for use in FOray.
static org.axsl.hyphen.HyphenationServer FOraySpecific.makeHyphenationServer(org.apache.commons.logging.Log logger, SessionConfig configuration)
          Make a standard HyphenationServer instance for use in FOray.
static org.apache.commons.logging.Log FOraySpecific.makeLogger(SessionConfig configuration)
          Make a standard logger for use in FOray.
 

Constructors in org.foray.app with parameters of type SessionConfig
AWTStarter(SessionConfig sessionConfig, OutputConfig renderConfig, CommandLineOptions commandLineOptions)
          Constructor.
CommandLineStarter(SessionConfig sessionConfig, OutputConfig outputConfig, CommandLineOptions commandLineOptions)
          Constructor.
Options(SessionConfig sessionConfig, OutputConfig renderConfig)
          Constructor for case when the user configuration file is not known.
Options(SessionConfig sessionConfig, OutputConfig renderConfig, URL userConfigFile)
          Constructor for case when the user configuration file is known.
PrintStarter(SessionConfig sessionConfig, OutputConfig renderConfig, CommandLineOptions options)
          Constructor.
Starter(org.apache.commons.logging.Log logger, SessionConfig sessionConfig, OutputConfig renderConfig)
          Constructor.
 

Uses of SessionConfig in org.foray.core
 

Methods in org.foray.core that return SessionConfig
 SessionConfig FOrayTarget.getSessionConfig()
          Return the SessionConfig for this target.
 SessionConfig FOraySession.getSessionConfig()
          Returns the SessionConfig.
 SessionConfig FOrayDocument.getSessionConfig()
          Returns the SessionConfig for this document.
 

Constructors in org.foray.core with parameters of type SessionConfig
ConfigurationParser(SessionConfig sessionConfig, Configuration outputConfig, InputSource source)
          Constructor.
FOraySession(org.apache.commons.logging.Log logger, SessionConfig configuration, org.axsl.font.FontServer fontServer, org.axsl.hyphen.HyphenationServer hyphenServer, org.axsl.text.TextServer textServer, org.axsl.graphic.GraphicServer graphicServer, org.axsl.speech.SpeechServer speechServer, org.axsl.fo.FoTreeFactory foTreeFactory, org.axsl.area.AreaTreeFactory areaTreeFactory, org.axsl.layout.LayoutFactory layoutFactory)
          Constructor.
 



Copyright © 2017. All rights reserved.