|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.config.NavigationResult
public class NavigationResult
Represents the result of a navigation config result. This object holds the string result which can either represent an outcome or a view id.
Constructor Summary | |
---|---|
NavigationResult(java.lang.String viewId,
java.lang.String outcome)
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getResult()
Returns the result |
boolean |
isOutcome()
Determines whether the result is an outcome |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NavigationResult(java.lang.String viewId, java.lang.String outcome)
viewId
- The to-view-id valueoutcome
- The to-outcome valueMethod Detail |
---|
public java.lang.String getResult()
public boolean isOutcome()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |