|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomToolsFunctionArguments
Interface defining the arguments passed to CustomToolsFunction invocations.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.io.PrintWriter |
getErrors()
Obtains access to the writer for error output created by this invocation. |
java.io.PrintWriter |
getOutput()
Obtains access to the writer for output created by this invocation. |
javax.servlet.http.HttpServletRequest |
getRequest()
Obtains HTTP request being processed for this CustomToolsFunction. |
javax.servlet.http.HttpServletResponse |
getResponse()
Obtains HTTP response being processed for this CustomToolsFunction. |
java.io.PrintWriter |
getWarnings()
Obtains access to the writer for warning output created by this invocation. |
Methods inherited from interface com.ibm.pim.extensionpoints.FunctionArguments |
---|
getCustomParameter, setCustomParameter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.io.PrintWriter getOutput()
This is the writer that should be used to write the content that will be displayed as the custom tool.
java.io.PrintWriter getErrors()
java.io.PrintWriter getWarnings()
javax.servlet.http.HttpServletResponse getResponse()
To write output for the custom tool, use 'getOutput', rather than the direct writer available from the response.
javax.servlet.http.HttpServletRequest getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |