org.jmage.dispatcher
Interface RequestDispatcher

All Superinterfaces:
Configurable
All Known Implementing Classes:
FilteringRequestDispatcher, InternalRequestDispatcher

public interface RequestDispatcher
extends Configurable

Dispatch image requests


Method Summary
 byte[] createFrom(ImageRequest imageRequest)
          Dispatch cache interceptable
 void dispatch(ImageRequest request)
          Dispatch an ImageRequest
 
Methods inherited from interface org.jmage.Configurable
configure
 

Method Detail

dispatch

void dispatch(ImageRequest request)
              throws JmageException
Dispatch an ImageRequest

Parameters:
request - the ImageRequest
Throws:
JmageException

createFrom

byte[] createFrom(ImageRequest imageRequest)
                  throws JmageException
Dispatch cache interceptable

Returns:
the dispatched ImageRequest
Throws:
JmageException


Copyright © 2004-2008 Sourceforge. All Rights Reserved.