Oracle interMedia Java Classes for Servlets and JSP API Reference
10g Release 1 (10.1)

Part No. B12249-01
D E G I L O P R S

D

DEFAULT_BUFFER_SIZE - Static variable in class oracle.ord.im.OrdHttpResponseHandler
The OrdHttpResponseHandler class uses a default buffer size of 32768 to retrieve LOB data from the database and deliver it to the client.
destroy() - Method in class oracle.ord.im.OrdMultipartFilter
Implement Filter interface method destroy() that destroys the filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class oracle.ord.im.OrdMultipartFilter
Implement Filter interface method doFilter() that handles the servlet request with multipart/form-data encoding.

E

enableParameterTranslation(String) - Method in class oracle.ord.im.OrdHttpUploadFormData
Enables the translation of all HTML form parameter names and all text-based HTML form parameter values using the specified character encoding when parsing the body of a multipart/form-data POST request.

G

getContentLength() - Method in class oracle.ord.im.OrdHttpUploadFile
Returns the length of the uploaded media.
getFileParameter(String) - Method in class oracle.ord.im.OrdHttpUploadFormData
Returns information about an uploaded file identified by parameter name as an OrdHttpUploadFile object.
getFileParameter(String) - Method in class oracle.ord.im.OrdMultipartWrapper
Returns information about an uploaded file identified by parameter name as an OrdHttpUploadFile object.
getFileParameterNames() - Method in class oracle.ord.im.OrdHttpUploadFormData
Returns an Enumeration of the names of all the input fields of type FILE in an HTML form.
getFileParameterNames() - Method in class oracle.ord.im.OrdMultipartWrapper
Returns an Enumeration of the names of all the input fields of type FILE in an HTML form.
getFileParameterValues(String) - Method in class oracle.ord.im.OrdHttpUploadFormData
Returns an array of OrdHttpUploadFile objects that represent all the files uploaded using the specified parameter name.
getFileParameterValues(String) - Method in class oracle.ord.im.OrdMultipartWrapper
Returns an array of OrdHttpUploadFile objects that represent all the files uploaded using the specified parameter name.
getInputStream() - Method in class oracle.ord.im.OrdHttpUploadFile
Returns an InputStream object, which can be used to read uploaded data directly.
getMimeType() - Method in class oracle.ord.im.OrdHttpUploadFile
Returns the MIME type as determined by the browser when the file is uploaded.
getOriginalFileName() - Method in class oracle.ord.im.OrdHttpUploadFile
Returns the original file name as provided by the browser.
getParameter(String) - Method in class oracle.ord.im.OrdHttpUploadFormData
Returns the value of the first query string parameter or text-based form field parameter with the specified name.
getParameter(String) - Method in class oracle.ord.im.OrdMultipartWrapper
Overriden method from in HttpServletRequestWrapper class.
getParameterMap() - Method in class oracle.ord.im.OrdMultipartWrapper
Overriden method from in HttpServletRequestWrapper class.
getParameterNames() - Method in class oracle.ord.im.OrdHttpUploadFormData
Returns an Enumeration of all the query string parameter names and all the text-based form field parameter names in the request.
getParameterNames() - Method in class oracle.ord.im.OrdMultipartWrapper
Overriden method from in HttpServletRequestWrapper class.
getParameterValues(String) - Method in class oracle.ord.im.OrdHttpUploadFormData
Returns an array of String objects containing the values of all the query string parameters and text-based form field parameters with the specified parameter name.
getParameterValues(String) - Method in class oracle.ord.im.OrdMultipartWrapper
Overriden method from in HttpServletRequestWrapper class.
getSimpleFileName() - Method in class oracle.ord.im.OrdHttpUploadFile
Returns the simple file name, that is, just the file name and the extension.
getTempFile() - Method in class oracle.ord.im.OrdHttpUploadFile
Internal: Applications should not use this method.

I

init(FilterConfig) - Method in class oracle.ord.im.OrdMultipartFilter
Implement the Filter interface method init() that initialize the filter.
isUploadRequest() - Method in class oracle.ord.im.OrdHttpUploadFormData
Tests if this request was encoded using the multipart/form-data encoding format.

L

loadAudio(OrdAudio) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdAudio Java object and sets the properties based on the audio data.
loadAudio(OrdAudio, byte[][], boolean) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdAudio Java object and sets the properties using an application-supplied, format plug-in context.
loadBlob(BLOB) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into a BLOB.
loadDoc(OrdDoc) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdDoc Java object and sets the properties based on the contents of the document.
loadDoc(OrdDoc, byte[][], boolean) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdDoc Java object and sets the properties using an application-supplied, format plug-in context.
loadImage(OrdImage) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdImage Java object and sets the properties based on the image contents.
loadImage(OrdImage, String) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdImage Java object and sets the properties according to an application-supplied command string.
loadVideo(OrdVideo) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdVideo Java object and sets the properties based on the video data.
loadVideo(OrdVideo, byte[][], boolean) - Method in class oracle.ord.im.OrdHttpUploadFile
Loads the uploaded file into an OrdVideo Java object and sets the properties using an application-supplied, format plug-in context.

O

OrdHttpJspResponseHandler - class oracle.ord.im.OrdHttpJspResponseHandler.
The OrdHttpJspResponseHandler class facilitates the retrieval of multimedia data from an Oracle9i database and its delivery to a browser or other HTTP client from a JavaServer Page (JSP).
OrdHttpJspResponseHandler() - Constructor for class oracle.ord.im.OrdHttpJspResponseHandler
Creates an OrdHttpJspResponseHandler object to handle the response to a multimedia retrieval request.
OrdHttpJspResponseHandler(PageContext) - Constructor for class oracle.ord.im.OrdHttpJspResponseHandler
Creates an OrdHttpJspResponseHandler object to handle the response to a multimedia retrieval request and specifies the PageContext object for the response handler.
OrdHttpResponseException - exception oracle.ord.im.OrdHttpResponseException.
The OrdHttpResponseException class extends ServletException to report errors encountered during the retrieval and delivery of multimedia data from a database to an HTTP client.
OrdHttpResponseHandler - class oracle.ord.im.OrdHttpResponseHandler.
The OrdHttpResponseHandler class facilitates the retrieval of multimedia data from an Oracle database and its delivery to a browser or other HTTP client from a Java Servlet.
OrdHttpResponseHandler() - Constructor for class oracle.ord.im.OrdHttpResponseHandler
Creates an OrdHttpResponseHandler object to handle the response to a multimedia retrieval request.
OrdHttpResponseHandler(HttpServletRequest, HttpServletResponse) - Constructor for class oracle.ord.im.OrdHttpResponseHandler
Creates an OrdHttpResponseHandler object to handle the response to a multimedia retrieval request and specifies the HttpServletRequest and HttpServletResponse objects for the response handler.
OrdHttpUploadException - exception oracle.ord.im.OrdHttpUploadException.
The OrdHttpUploadException class extends IOException to report errors encountered during the uploading of multimedia data from an HTTP client to a database.
OrdHttpUploadFile - class oracle.ord.im.OrdHttpUploadFile.
Form-based file uploading using HTML forms encodes form data and uploaded files in POST requests using the multipart/form-data format.
OrdHttpUploadFormData - class oracle.ord.im.OrdHttpUploadFormData.
Form-based file uploading using HTML forms encodes form data and uploaded files in POST requests using the multipart/form-data format.
OrdHttpUploadFormData() - Constructor for class oracle.ord.im.OrdHttpUploadFormData
Creates an OrdHttpUploadFormData to parse a multipart/form-data request.
OrdHttpUploadFormData(ServletRequest) - Constructor for class oracle.ord.im.OrdHttpUploadFormData
Creates an OrdHttpUploadFormData to parse a multipart/form-data request.
OrdMultipartFilter - class oracle.ord.im.OrdMultipartFilter.
The OrdMultipartFilter class implements the javax.servlet.Filter interface in the servlet 2.3.
OrdMultipartFilter() - Constructor for class oracle.ord.im.OrdMultipartFilter
 
OrdMultipartWrapper - class oracle.ord.im.OrdMultipartWrapper.
The OrdMultipartWrapper class wraps the HttpServletRequest object and provides accesses to the contents in the HTTP request that is encoded using multipart/form-data encoding.
OrdMultipartWrapper(HttpServletRequest, int, String) - Constructor for class oracle.ord.im.OrdMultipartWrapper
Create an OrdMultipartWrapper object that wraps the HttpServletRequest with multipart/form-data content.

P

parseFormData() - Method in class oracle.ord.im.OrdHttpUploadFormData
Parses the body of a POST request encoded using the multipart/form-data encoding.

R

release() - Method in class oracle.ord.im.OrdHttpUploadFormData
Releases all the resources owned by an OrdHttpUploadFormData object, including any temporary files used to hold the contents of uploaded files; therefore, this method MUST be called if the application enables the use of temporary files.
release() - Method in class oracle.ord.im.OrdHttpUploadFile
Releases all the resources held by an OrdHttpUploadFile object.
release() - Method in class oracle.ord.im.OrdMultipartWrapper
Release the resources owned by an OrdMultipartWrapper object.

S

sendAudio(OrdAudio) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Retrieves an audio clip from an OrdAudio object and delivers it to browser.
sendAudio(OrdAudio) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves an audio clip from an OrdAudio object and delivers it to the browser.
sendDoc(OrdDoc) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Retrieves media data from an OrdDoc object and delivers it to the browser.
sendDoc(OrdDoc) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves media data from an OrdDoc object and delivers it to the browser.
sendImage(OrdImage) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Retrieves an image from an OrdImage object and delivers it to the browser.
sendImage(OrdImage) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves an image from an OrdImage object and delivers it to the browser.
sendResponse() - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Builds an HTTP response header, then retrieves the contents of the media data from the database and delivers it to the browser.
sendResponse() - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves contents from the interMedia object (OrdImage, OrdAudio, OrdVideo or OrdDoc) from the database and delivers it to the browser.
sendResponse(String, int, BFILE, Timestamp) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Builds an HTTP response header, then retrieves the contents of the BFILE from the database and delivers it to the browser.
sendResponse(String, int, BFILE, Timestamp) - Method in class oracle.ord.im.OrdHttpResponseHandler
Builds an HTTP response header, then retrieves the contents of the BFILE from the database and delivers it to the browser.
sendResponse(String, int, BLOB, Timestamp) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Builds an HTTP response header, then retrieves the contents of the BLOB from the database and delivers it to the browser.
sendResponse(String, int, BLOB, Timestamp) - Method in class oracle.ord.im.OrdHttpResponseHandler
Builds an HTTP response header, then retrieves the contents of the BLOB from the database and delivers it to the browser.
sendResponse(String, int, InputStream, Timestamp) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Builds an HTTP response header, then retrieves the contents from the InputStream and delivers it to the browser.
sendResponse(String, int, InputStream, Timestamp) - Method in class oracle.ord.im.OrdHttpResponseHandler
Builds an HTTP response header, then retrieves the contents from the InputStream and delivers it to the browser.
sendResponseBody(int, BFILE) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves the contents of a BFILE from the database and delivers it as the response body to the client.
sendResponseBody(int, BLOB) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves the contents of a BLOB from the database and delivers it as the response body to the client.
sendResponseBody(int, InputStream) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves the contents from the InputStream and delivers it to the client.
sendVideo(OrdVideo) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Retrieves a video clip from an OrdVideo object and delivers it to browser.
sendVideo(OrdVideo) - Method in class oracle.ord.im.OrdHttpResponseHandler
Retrieves a video clip from an OrdVideo object and delivers it to the browser.
setBufferSize(int) - Method in class oracle.ord.im.OrdHttpResponseHandler
Sets the buffer size for LOB read and response write operations.
setEncodeHtml(boolean) - Method in class oracle.ord.im.OrdHttpResponseHandler
Enable encoding of special characters from the response stream with text/html mimetype.
setHeader(String, int) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the response header with Int value.
setHeader(String, long) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the response header with Date value.
setHeader(String, String) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the response header with String value.
setMaxMemory(int, String) - Method in class oracle.ord.im.OrdHttpUploadFormData
Specifies the maximum amount of memory that the contents of uploaded files can consume before the contents are stored in a temporary directory.
setMedia(OrdAudio) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the media object to be delivered.
setMedia(OrdDoc) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the media object to be delivered.
setMedia(OrdImage) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the media object to be delivered.
setMedia(OrdVideo) - Method in class oracle.ord.im.OrdHttpResponseHandler
Set the media object to be delivered.
setPageContext(PageContext) - Method in class oracle.ord.im.OrdHttpJspResponseHandler
Specifies the PageContext object for this response handler.
setServletRequest(HttpServletRequest) - Method in class oracle.ord.im.OrdHttpResponseHandler
Specifies the HttpServletRequest object for this response handler.
setServletRequest(ServletRequest) - Method in class oracle.ord.im.OrdHttpUploadFormData
Specifies the ServletRequest object for the request.
setServletResponse(HttpServletResponse) - Method in class oracle.ord.im.OrdHttpResponseHandler
Specifies the HttpServletResponse object for this response handler.

D E G I L O P R S
Oracle interMedia Java Classes for Servlets and JSP API Reference
10g Release 1 (10.1)

Part No. B12249-01

Copyright © 1999, 2003, Oracle. All Rights Reserved.