Package com.xpn.xwiki.redirection
Interface RedirectionFilter
-
@Role @Unstable public interface RedirectionFilterAllows to perform a redirection according to the context.- Since:
- 14.0RC1
- Version:
- $Id: 0d260112f2075e0891b776a7d256c47b305e143b $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanredirect(XWikiContext context)Possibly perform a redirection according to the context.
-
-
-
Method Detail
-
redirect
boolean redirect(XWikiContext context) throws XWikiException
Possibly perform a redirection according to the context.- Parameters:
context- the XWiki context- Returns:
trueif a redirection has been performed,falseotherwise- Throws:
XWikiException- in case of error during the analysis of the context
-
-