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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java70 * when generating a redirect URL
108 * {@link #executeQuery()} sets {@link #redirect} if certain conditions are
113 * if not {@code null}, the consumer should redirect the client to a
117 public String redirect; field in class:SearchHelper
173 * projects. Does not produce any {@link #redirect} link. It also does
174 * nothing if {@link #redirect} or {@link #errorMsg} have a
189 if (redirect != null || errorMsg != null) {
257 * nothing if {@link #redirect} or {@link #errorMsg} have a
266 * occurs</li> <li>{@link #redirect} if certain conditions are met</li>
272 if (redirect !
[all...]
H A DPageConfig.java295 * non-empty string which contains the URI encoded redirect path if the
913 * used to redirect the client to the propper path.
1083 * @return {@code null} if there is no reason to redirect, the URI encoded
1084 * redirect path to use otherwise.
1150 * {@link SearchHelper#redirect} and take the appropriate action before
1168 sh.redirect = req.getContextPath() + '/';

Completed in 11 milliseconds