|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.slim3.controller.Navigation
public class Navigation
This class represents where to go.
| Field Summary | |
|---|---|
protected String |
path
The application-relative path. |
protected boolean |
redirect
Whether this navigation is "redirect". |
| Constructor Summary | |
|---|---|
Navigation(String path,
boolean redirect)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getPath()
Returns the application-relative path. |
boolean |
isRedirect()
Determines if this navigation is "redirect". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String path
protected boolean redirect
| Constructor Detail |
|---|
public Navigation(String path,
boolean redirect)
throws NullPointerException
path - the application-relative pathredirect - whether this navigation is "redirect"
NullPointerException - if the path parameter is null| Method Detail |
|---|
public String getPath()
public boolean isRedirect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||