|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFormInputConverter
Interface that represents a converter to migrate data from an input form to a particular data type.
| Method Summary | |
|---|---|
java.lang.Object |
convertInput(javax.servlet.http.HttpServletRequest request, MultipartElement element)Convert the input to the appropiate data type |
java.lang.Object |
convertInput(javax.servlet.http.HttpServletRequest request, java.lang.String name, java.lang.String value)Convert the input to the appropiate data type |
java.lang.String |
getJspPage() |
void |
renderFieldInput(ICommandField field, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Render the JSP to create the input for the given field |
| Method Detail |
|---|
void renderFieldInput(ICommandField field,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
field - the field to renderrequest - the current servlet requestresponse - the current servlet responsejavax.servlet.ServletExceptionjava.io.IOExceptionjava.lang.String getJspPage()
java.lang.Object convertInput(javax.servlet.http.HttpServletRequest request,
java.lang.String name,
java.lang.String value)
throws javax.servlet.ServletException
request - the current requestname - the name of the parametervalue - the value as retrieved from the request objectjavax.servlet.ServletException
java.lang.Object convertInput(javax.servlet.http.HttpServletRequest request,
MultipartElement element)
throws javax.servlet.ServletException
request - the current requestelement - the multipart element if this is a multipart postjavax.servlet.ServletException
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||