You can return this from WebObject subclasses for redirections.
(though note the static types means that class must ALWAYS redirect if you return this directly. You might want to return MultipleResponses if it can be conditional)
The HTTP code to return.
The URL to redirect to.
See Implementation
You can return this from WebObject subclasses for redirections.
(though note the static types means that class must ALWAYS redirect if you return this directly. You might want to return MultipleResponses if it can be conditional)