|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceResolver
Implementations of this resource resolver allow XGC users to control the URI resolution mechanism. All resource and output stream acquisition goes through this when its implementation is given to the org.apache.fop.apps.EnvironmentProfile.
Method Summary | |
---|---|
java.io.OutputStream |
getOutputStream(java.net.URI uri)
Gets an output stream of a given URI. |
Resource |
getResource(java.net.URI uri)
Get a resource given the URI pointing to said resource. |
Method Detail |
---|
Resource getResource(java.net.URI uri) throws java.io.IOException
uri
- the resource URI
java.io.IOException
- if an I/O error occured during resource acquisitionjava.io.OutputStream getOutputStream(java.net.URI uri) throws java.io.IOException
uri
- the output stream URI
java.io.IOException
- if an I/O error occured while creating an output stream
|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |