Defines Commands for redirections to off-site special pages.
RedirectCommands do not have associated
permissions; the
RedirectCommand.requiredPermission() method will
always return null . When combined with a supplied String
url, the
RedirectCommand.getTarget() method will return a String, the
RedirectCommand.getURLPattern() method will return the supplied target URL,
and
RedirectCommand.getJSP() method will return the "cleansed" URL.
This class is not final ; it may be extended in
the future.
author: Andrew Jaquith since: 2.4.22 |