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 |
|
Adds a query to the calling template. |
void |
|
Sets a variable in the calling template. |
void |
|
Outputs text back to the user. |
void |
|
Writes text output into the debug stream. |