|
||||||||||
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 that the resolver will dispatch. View holds:
Constructor Summary | |
---|---|
View(java.lang.String value,
java.lang.Object controller)
Creates a View |
Method Summary | |
---|---|
java.lang.Object |
getController()
Returns the Controller this View originated from |
java.lang.String |
getValue()
Returns the view value. |
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 value, java.lang.Object controller)
value
- represents the name of the View to be resolvedcontroller
- the controller where the view originated fromMethod Detail |
---|
public java.lang.String getValue()
public java.lang.Object getController()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |