BBxServletResponse::encodeRedirectURL
Description
In BBj 21.00 and higher, this method encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
Syntax
Return Value | Method |
---|---|
String | encodeRedirectURL(String url) |
Parameters
Parameters | Description |
---|---|
url | The URL to encode. |
Return Value
Returns the encoded URL if encoding is needed; returns the unchanged URL otherwise.
Remarks
This method is inherited from the Java HttpServletResponse object.
Example
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.