|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmageException | |
---|---|
org.jmage | |
org.jmage.cache | |
org.jmage.dispatcher | |
org.jmage.encoder | |
org.jmage.filter | |
org.jmage.filterchain | |
org.jmage.mapper | |
org.jmage.pool | |
org.jmage.resource |
Uses of JmageException in org.jmage |
---|
Subclasses of JmageException in org.jmage | |
---|---|
class |
ConfigurationException
ConfigurationException |
Methods in org.jmage that throw JmageException | |
---|---|
void |
RequestHandler.handle(ImageRequest request)
Implement to handle an ImageRequest |
Uses of JmageException in org.jmage.cache |
---|
Subclasses of JmageException in org.jmage.cache | |
---|---|
class |
CacheException
CacheException |
Uses of JmageException in org.jmage.dispatcher |
---|
Methods in org.jmage.dispatcher that throw JmageException | |
---|---|
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 JmageException in org.jmage.encoder |
---|
Subclasses of JmageException in org.jmage.encoder | |
---|---|
class |
CodecException
CodecException |
Methods in org.jmage.encoder that throw JmageException | |
---|---|
void |
EncoderManager.handle(ImageRequest request)
Encodes a JAI PlanarImage into a specific format |
Uses of JmageException in org.jmage.filter |
---|
Subclasses of JmageException in org.jmage.filter | |
---|---|
class |
FilterException
ImageHandlingException |
Uses of JmageException in org.jmage.filterchain |
---|
Subclasses of JmageException in org.jmage.filterchain | |
---|---|
class |
FilterChainException
FilterChainException |
Methods in org.jmage.filterchain that throw JmageException | |
---|---|
void |
FilterChainManager.handle(ImageRequest request)
Filters an ImageRequest with an existing Filterchain |
Uses of JmageException in org.jmage.mapper |
---|
Methods in org.jmage.mapper that throw JmageException | |
---|---|
byte[] |
ImageRequestMapper.processRequest()
|
Uses of JmageException in org.jmage.pool |
---|
Subclasses of JmageException in org.jmage.pool | |
---|---|
class |
WorkerException
WorkerException |
Uses of JmageException in org.jmage.resource |
---|
Subclasses of JmageException in org.jmage.resource | |
---|---|
class |
ResourceException
ResourceException |
Methods in org.jmage.resource that throw JmageException | |
---|---|
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. |
java.lang.Object |
ResourceManager.createFrom(java.net.URI resourceURI)
Creates a resource object to use from a given URI. |
java.lang.Object |
ResourceFactory.createFrom(java.net.URI resource)
Creates a resource object to use from a given URI. |
java.lang.Object |
DefaultResourceManager.createFrom(java.net.URI resourceURI)
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |