org.jmage.mapper
Class ImageRequestMapper

java.lang.Object
  extended by org.jmage.mapper.ImageRequestMapper

public class ImageRequestMapper
extends java.lang.Object

Maps and handles an ImageRequest


Field Summary
protected  ApplicationContext context
           
protected  ImageRequest imageRequest
           
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
ImageRequestMapper()
           
 
Method Summary
 ImageRequest getImageRequest()
           
 byte[] processRequest()
           
 void setImageRequest(ImageRequest imageRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageRequest

protected ImageRequest imageRequest

context

protected ApplicationContext context

log

protected static org.apache.log4j.Logger log
Constructor Detail

ImageRequestMapper

public ImageRequestMapper()
Method Detail

getImageRequest

public ImageRequest getImageRequest()

setImageRequest

public void setImageRequest(ImageRequest imageRequest)

processRequest

public byte[] processRequest()
                      throws JmageException
Throws:
JmageException


Copyright © 2004-2008 Sourceforge. All Rights Reserved.