|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.view.RegexViewManager
public class RegexViewManager
Regex based view manager.
| Constructor Summary | |
|---|---|
RegexViewManager(String replacement)
Instantiates the regex view manager with this replacement string. |
|
| Method Summary | |
|---|---|
void |
directForward(LogicRequest logicRequest,
String result,
String forwardUrl)
Directly forwards to the selected forward url. |
void |
forward(LogicRequest logicRequest,
String result)
Forwards the user based on some specific result |
void |
redirect(LogicRequest logicRequest,
String url)
Sends a client redirect response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexViewManager(String replacement)
replacement - the replacement string| Method Detail |
|---|
public void forward(LogicRequest logicRequest,
String result)
throws ViewException
ViewManager
forward in interface ViewManagerViewException
public void directForward(LogicRequest logicRequest,
String result,
String forwardUrl)
throws ViewException
ViewManager
directForward in interface ViewManagerViewException
public void redirect(LogicRequest logicRequest,
String url)
throws ViewException
ViewManager
redirect in interface ViewManagerViewException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||