public abstract interface Response
Interface to response generated from a custom tag. This interface includes methods for writing output, generating queries, and setting variables in the calling page.
Returns |
Syntax |
Description |
---|---|---|
Query |
addQuery(String name, String[] |
Adds a query to the calling template. |
void |
setVariable(String |
Sets a variable in the calling template. |
void |
write(String |
Outputs text back to the user. |
void |
writeDebug(String |
Writes text output into the debug stream. |