Uses of Class
org.jmage.ApplicationContext

Packages that use ApplicationContext
org.jmage   
org.jmage.dispatcher   
org.jmage.encoder   
org.jmage.filterchain   
org.jmage.mapper   
org.jmage.resource   
org.jmage.tags   
 

Uses of ApplicationContext in org.jmage
 

Subclasses of ApplicationContext in org.jmage
 class SystemApplicationContext
          Creates ApplicationContext from System properties.
 class XmlApplicationContext
          Creates ApplicationContext from an xml config file
 

Fields in org.jmage declared as ApplicationContext
protected static ApplicationContext ApplicationContext.applicationContext
           
 

Methods in org.jmage that return ApplicationContext
static ApplicationContext ApplicationContext.getContext()
           
static ApplicationContext XmlApplicationContext.getContext(ApplicationContext context)
          Create an XmlApplicationContext instance.
static ApplicationContext SystemApplicationContext.getContext(ApplicationContext context)
          Create an XmlApplicationContext instance.
 

Methods in org.jmage with parameters of type ApplicationContext
 void Configurable.configure(ApplicationContext context)
           
static ApplicationContext XmlApplicationContext.getContext(ApplicationContext context)
          Create an XmlApplicationContext instance.
static ApplicationContext SystemApplicationContext.getContext(ApplicationContext context)
          Create an XmlApplicationContext instance.
 

Uses of ApplicationContext in org.jmage.dispatcher
 

Fields in org.jmage.dispatcher declared as ApplicationContext
protected  ApplicationContext FilteringRequestDispatcher.context
           
 

Methods in org.jmage.dispatcher with parameters of type ApplicationContext
 void FilteringRequestDispatcher.configure(ApplicationContext context)
          Configuration
 

Uses of ApplicationContext in org.jmage.encoder
 

Methods in org.jmage.encoder with parameters of type ApplicationContext
 void JDKImageEncoder.configure(ApplicationContext context)
          Configure
 void GifEncoder.configure(ApplicationContext context)
          Configure encoder properties
 void EncoderManager.configure(ApplicationContext context)
          Configure encoder properties
 void DefaultImageEncoder.configure(ApplicationContext context)
          Configure
 

Uses of ApplicationContext in org.jmage.filterchain
 

Fields in org.jmage.filterchain declared as ApplicationContext
protected  ApplicationContext XmlFilterChainFactory.applicationContext
           
protected  ApplicationContext FilterChainManager.applicationContext
           
 

Methods in org.jmage.filterchain with parameters of type ApplicationContext
 void XmlFilterChainFactory.configure(ApplicationContext context)
           
 void SimpleFilterChainFactory.configure(ApplicationContext context)
          Configure SimpleFilterChainFactory
 void FilterChainManager.configure(ApplicationContext context)
          Configure FilterChainManager
 

Uses of ApplicationContext in org.jmage.mapper
 

Fields in org.jmage.mapper declared as ApplicationContext
protected static ApplicationContext ServletMapper.context
           
protected  ApplicationContext ImageRequestMapper.context
           
 

Uses of ApplicationContext in org.jmage.resource
 

Fields in org.jmage.resource declared as ApplicationContext
protected  ApplicationContext FontFactory.applicationContext
           
protected  ApplicationContext DefaultImageFactory.applicationContext
           
 

Methods in org.jmage.resource with parameters of type ApplicationContext
 void FontFactory.configure(ApplicationContext context)
           
 void DefaultResourceManager.configure(ApplicationContext context)
           
 void DefaultImageFactory.configure(ApplicationContext context)
          Configures the ImageFactory with ApplicationContext
 

Uses of ApplicationContext in org.jmage.tags
 

Fields in org.jmage.tags declared as ApplicationContext
protected  ApplicationContext JmageTagHandler.context
           
 



Copyright © 2004-2008 Sourceforge. All Rights Reserved.