|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.view.View
public class View
Represents the value of the view, View resolver will dispatch
View should hold: - the value from that action method - The action this allows for more granular decisions on how to handle a View
Constructor Summary | |
---|---|
View(java.lang.String name,
java.lang.Object fromAction)
|
Method Summary | |
---|---|
java.lang.Object |
getFromController()
Represent which Controller this View originated from |
java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public View(java.lang.String name, java.lang.Object fromAction)
Method Detail |
---|
public java.lang.String getValue()
public java.lang.Object getFromController()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |