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