Searched refs:redirect (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java73 * use when generating a redirect URL */
90 * {@link #executeQuery()} sets {@link #redirect} if certain conditions are
93 /** if not {@code null}, the consumer should redirect the client to a
96 public String redirect; field in class:SearchHelper
129 * projects. Does not produce any {@link #redirect} link. It also does
130 * nothing if {@link #redirect} or {@link #errorMsg} have a none-{@code null}
156 if (redirect != null || errorMsg != null) {
226 * It does nothing if {@link #redirect} or {@link #errorMsg} have a
242 * <li>{@link #redirect} if certain conditions are met</li>
247 if (redirect !
[all...]
H A DPageConfig.java292 * string which contains the URI encoded redirect path if the request
947 * used to redirect the client to the propper path.
1113 * @return {@code null} if there is no reason to redirect, the URI encoded
1114 * redirect path to use otherwise.
1179 * {@link SearchHelper#redirect} and take the appropriate action before
1198 sh.redirect = req.getContextPath() + '/';

Completed in 26 milliseconds