Uses of Class
org.jmage.ImageRequest

Packages that use ImageRequest
org.jmage   
org.jmage.dispatcher   
org.jmage.encoder   
org.jmage.filter   
org.jmage.filterchain   
org.jmage.mapper   
org.jmage.resource   
 

Uses of ImageRequest in org.jmage
 

Methods in org.jmage with parameters of type ImageRequest
 void RequestHandler.handle(ImageRequest request)
          Implement to handle an ImageRequest
 

Uses of ImageRequest in org.jmage.dispatcher
 

Methods in org.jmage.dispatcher with parameters of type ImageRequest
 byte[] RequestDispatcher.createFrom(ImageRequest imageRequest)
          Dispatch cache interceptable
 byte[] FilteringRequestDispatcher.createFrom(ImageRequest imageRequest)
           
 void RequestDispatcher.dispatch(ImageRequest request)
          Dispatch an ImageRequest
 void InternalRequestDispatcher.dispatch(ImageRequest imageRequest)
          Dispatch an ImageRequest for internal purposes.
 void FilteringRequestDispatcher.dispatch(ImageRequest request)
          Wrapper method for proxy cache.
 

Uses of ImageRequest in org.jmage.encoder
 

Methods in org.jmage.encoder with parameters of type ImageRequest
 boolean JDKImageEncoder.canHandle(ImageRequest request)
           
 boolean ImageEncoder.canHandle(ImageRequest request)
          Test whether the ImageEncoder can handle the request
 boolean GifEncoder.canHandle(ImageRequest request)
          Test whether the ImageEncoder can handle the format
 boolean EncoderManager.canHandle(ImageRequest request)
          Test whether the ImageEncoder can handle the format
 boolean DefaultImageEncoder.canHandle(ImageRequest request)
          Test whether the ImageEncoder can handle the format
 byte[] JDKImageEncoder.createFrom(ImageRequest request)
           
 byte[] ImageEncoder.createFrom(ImageRequest request)
          Encode the image in the specified format
 byte[] GifEncoder.createFrom(ImageRequest request)
          Encode the image in the specified format
 byte[] DefaultImageEncoder.createFrom(ImageRequest request)
          Encode the image in the specified format
 void EncoderManager.handle(ImageRequest request)
          Encodes a JAI PlanarImage into a specific format
 void JDKImageEncoder.initialize(ImageRequest request)
           
 void ImageEncoder.initialize(ImageRequest request)
          Initialize the ImageEncoder for a particular encodingformat using Properties
 void GifEncoder.initialize(ImageRequest request)
          Initialize the ImageEncoder for a particular encodingformat in the ImageRequest
 void EncoderManager.initialize(ImageRequest request)
          Initialize the ImageEncoder for a particular encodingformat using Properties
 void DefaultImageEncoder.initialize(ImageRequest request)
          Initialize the ImageEncoder for a particular encodingformat using Properties
 

Uses of ImageRequest in org.jmage.filter
 

Methods in org.jmage.filter that return ImageRequest
protected  ImageRequest TwinResourceImageFilter.mapInternalRequest(javax.media.jai.PlanarImage image)
           
 

Uses of ImageRequest in org.jmage.filterchain
 

Methods in org.jmage.filterchain with parameters of type ImageRequest
protected  FilterChain[] FilterChainManager.create(ImageRequest request)
          Creates a FilterChain object to use for a given unique chainUri, denoted by a URI following the convention filterchain:com.package.FilterChain
protected  javax.media.jai.PlanarImage FilterChainManager.filter(ImageRequest imageRequest)
          Convenience method combining filter creation and image filtering.
 void FilterChainManager.handle(ImageRequest request)
          Filters an ImageRequest with an existing Filterchain
 

Uses of ImageRequest in org.jmage.mapper
 

Fields in org.jmage.mapper declared as ImageRequest
protected  ImageRequest ImageRequestMapper.imageRequest
           
 

Methods in org.jmage.mapper that return ImageRequest
 ImageRequest ImageRequestMapper.getImageRequest()
           
protected  ImageRequest ThreadLocalServletImageRequestMap.getThreadLocalImageRequest()
           
protected  ImageRequest ServletMapper.populateImageRequestFrom(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.jmage.mapper with parameters of type ImageRequest
protected  void ServletMapper.fillChainParam(java.lang.String key, java.lang.String value, ImageRequest imageRequest)
          Set the chain param on the ImageRequest
protected  void ServletMapper.fillImageParam(java.lang.String key, java.lang.String image, ImageRequest imageRequest)
          Set the image param on the ImageRequest
 void ImageRequestMapper.setImageRequest(ImageRequest imageRequest)
           
 

Uses of ImageRequest in org.jmage.resource
 

Methods in org.jmage.resource with parameters of type ImageRequest
 java.lang.Object ResourceManager.createFrom(ImageRequest request)
          Creates a resource object to use from a given ImageRequest.
 java.lang.Object DefaultResourceManager.createFrom(ImageRequest request)
          Creates a resource object to use from a given URI.
 void DefaultResourceManager.handle(ImageRequest request)
          Creates the PlanarImage from a URI resource and sets it on the ImageRequest
 



Copyright © 2004-2008 Sourceforge. All Rights Reserved.